Skip to content
Snippets Groups Projects
Commit 6fca75f3 authored by Ben Adida's avatar Ben Adida
Browse files

update readme

parent 0600d1ea
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,10 @@ GETTING SOUTH WORKING ON EXISTING INSTALL ...@@ -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 - 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 - 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 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 - 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment