From eff5588fd6bd9a3d2405c0f9890dd8bea8c9af85 Mon Sep 17 00:00:00 2001 From: housleyjk Date: Fri, 16 May 2014 14:01:21 -0600 Subject: [PATCH] Update README with South instructions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a842b..5b13392 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Install all python dependencies in the virtual environment Initialize the sqlite database - ./manage.py syncdb + ./manage.py syncdb --all + ./manage.py migrate --fake ### Run it ###