Advertisement
shubhamgoyal

Untitled

Oct 31st, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. pipenv install
  2. pipenv shell
  3. DJANGO_SETTINGS_MODULE=Backend.settings.dev python manage.py migrate
  4. DJANGO_SETTINGS_MODULE=Backend.settings.dev python manage.py runserver
  5.  
  6. Possible issues:
  7. 1. If you have not created your local database, you need to create it according to PROJECT_ROOT/Backend/settings/config.py
  8. 2. If you do not have PROJECT_ROOT/Backend/settings/config.py, please ping someone who has Backend running
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement