diff --git a/README.md b/README.md index 614fc5d..4a8a1f3 100644 --- a/README.md +++ b/README.md @@ -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`