From 58d897113fcbc0b173ae6728b6aa7ef833e29690 Mon Sep 17 00:00:00 2001 From: Alexander Wong Date: Sun, 21 Jan 2018 16:03:46 -0700 Subject: [PATCH] no such table err fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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`