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