DEV Community

Cover image for I Created an Template for Django project for Running Under Services like replit, heroku etc
Shrikant Dhayje
Shrikant Dhayje

Posted on • Originally published at codewithshriekdj.netlify.app on

I Created an Template for Django project for Running Under Services like replit, heroku etc

Preface

There are many Online Services Out There and We Want to Test or Run Our Django Project On There, But There are Some Issues Occurred For Running On Them.

Details

For Replit Online IDE

Like for Replit it is by default supported with Poetry Virtual Environment and Project Runs on 0.0.0.0 instead of localhost and Changes in Django Project Settings.

For Heroku : Platform as a Service

For Heroku It Needs an Procfile which is like runner file for heroku.

This Is an GitHub Repo Which Can You Use it as Starter for Running Under Replit, Heroku and More(In Future).

This Repos is Able run Under Services Like

  • Replit : An Online IDE
  • Heroku : Platform as a Service

GitHub Repo : shriekdj/django_project_template

GitHub logo shriekdj / django_project_template

This is Template of Django Project to Run or Deploy the Django Project In Services Like Replit, CodeSandbox, Heroku etc.,

django_template

This is Template of Django Project Run or Deploy the Django Project In Services Like Replit, CodeSandbox, Heroku etc.,

This Repository Can Be Used as a Template for a Django Project On Services like Replit, Heroku and some Projects Will Be Added.

List of Requirements

  • Django == 4.0.3
  • Python >= 3.8

Same Project is Able to Run Under All The Services Given Below

List of Services





Conclusion

If you found this useful then please share this and follow me! Also check out Buy Me A Coffee if you want to support me on a new level!

Buy me a coffee

Top comments (0)