Skip to content

Back end repo for our wedding website, built with Django Rest Framework

Notifications You must be signed in to change notification settings

thetwoj/wedding-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wedding-api

Install dependencies

pip install django
pip install djangorestframework
pip install drf-nested-routers
pip install mysqlclient
  • Pull settings.py from the prod server
  • Add localhost to ALLOWED_HOSTS
  • Disable SECURE_SSL_REDIRECT
  • If standing up the frontend too - confirm proxy is set correctly in package.json

If using local (non-prod) database

python manage.py migrate

Start service

python manage.py runserver

About

Back end repo for our wedding website, built with Django Rest Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages