Changeset d8463b0 for INSTALL.rst
- Timestamp:
- 02/13/12 14:08:45 (16 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- 461ebfc
- Parents:
- 9325495
- git-author:
- yomguy <yomguy@…> (02/13/12 14:08:45)
- git-committer:
- yomguy <yomguy@…> (02/13/12 14:08:45)
- File:
-
- 1 edited
-
INSTALL.rst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
INSTALL.rst
rc1c06130 rd8463b0 103 103 ~~~~~~~~~~~~~~~~~~~~~~~~~ 104 104 105 It is strongly advised to use South and then enable data schema migrations between the models and the database. 106 It will allow automatic DB updates when your / our models are modified. Because the first one you use is not only the best one... 107 105 108 Install it using pip:: 106 109 107 110 sudo pip install south 108 111 109 or , from source::112 or:: 110 113 111 114 sudo easy_install South … … 263 266 ./manage.py syncdb 264 267 265 If you want some data schema migrations (South needed)::268 If you want tu use the data schema migration system (South needed, see previous paragraph):: 266 269 267 270 ./manage.py migrate telemeta
Note: See TracChangeset
for help on using the changeset viewer.
