no such table err fix

This commit is contained in:
Alexander Wong 2018-01-21 16:03:46 -07:00
parent 6a8d50ceba
commit 58d897113f
No known key found for this signature in database
GPG Key ID: EBFE6371FA6A79DC

View File

@ -15,3 +15,5 @@
* `pip install -r requirements.txt`
* `python manage.py migrate`
* `python manage.py runserver`
If you get ano such table error, try: `python manage.py migrate --run-syncdb`