Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 3, 2022 04:41 am GMT

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

  • Replit : Docs Link Will Be Created Need to Wait
  • Heroku : Docs Link Will Be created




Original Link: https://dev.to/shriekdj/i-created-an-template-for-django-project-for-running-under-services-like-replit-heroku-etc-b4o

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To