Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 236 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 236 Bytes

Django backend

Setup

cd backend
pip install --upgrade -r requirements.txt

Development

Run:

DJANGO_ENV=dev python manage.py runserver

Production

Run:

DJANGO_ENV=prod python manage.py runserver