From d8463b026604a22db13c56d773472eedbc41e2de Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 13 Feb 2012 14:08:45 +0100 Subject: [PATCH] fix south explanations --- INSTALL.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index e6dfcda3..ee885fac 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -102,11 +102,14 @@ or, from source:: South (schema migration) ~~~~~~~~~~~~~~~~~~~~~~~~~ +It is strongly advised to use South and then enable data schema migrations between the models and the database. +It will allow automatic DB updates when your / our models are modified. Because the first one you use is not only the best one... + Install it using pip:: sudo pip install south -or, from source:: +or:: sudo easy_install South @@ -262,7 +265,7 @@ This synchronizes the DB with the model:: ./manage.py syncdb -If you want some data schema migrations (South needed):: +If you want tu use the data schema migration system (South needed, see previous paragraph):: ./manage.py migrate telemeta -- 2.39.5