Install dependencies
pip install django
pip install djangorestframework
pip install drf-nested-routers
pip install mysqlclient
- Pull
settings.pyfrom the prod server - Add
localhosttoALLOWED_HOSTS - Disable
SECURE_SSL_REDIRECT - If standing up the frontend too - confirm
proxyis set correctly inpackage.json
If using local (non-prod) database
python manage.py migrate
Start service
python manage.py runserver