From 6fca75f3deee883e3ce435b84f208cf33d917a36 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sun, 22 Aug 2010 11:20:27 -0700 Subject: [PATCH] update readme --- README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.txt b/README.txt index 7551db6..bc91a8d 100644 --- a/README.txt +++ b/README.txt @@ -25,6 +25,10 @@ GETTING SOUTH WORKING ON EXISTING INSTALL - if you've already loaded the data model beforehand, you need to tell South that you've migrated appropriately - so, if your data model is up to date with the code, do +python manage.py syncdb + +to get the south db models set up, and then: + python manage.py migrate --list - if there are some unchecked migrations, and you are SURE that your database is up to date with the models (which should be the case if you're between v3.0.0 and v3.0.4 inclusive), then do -- GitLab