spec-nith / spec-backend

Django backend for SPEC Website

Home Page:https://spec-backend.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Production Environment for Django Backend

spec-nith opened this issue · comments

  • Currently, the backend is operating in development mode.
  • A production-grade setup is required for proper deployment.
  • Preferably, an environment variable should be set up to easily switch between the two configurations

See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/ for more details.