diff options
author | Stanislav Ochotnicky <sochotnicky@gmail.com> | 2009-07-30 17:03:13 +0200 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gmail.com> | 2009-07-30 18:57:50 +0200 |
commit | d645f1365c109f9c8fe0f424c51d6dec65670d03 (patch) | |
tree | 030134c64984837b0820f585b7e07ba31e68b2cc | |
parent | [db] Fixed issue with adding useflags to package properties (diff) | |
download | collagen-d645f1365c109f9c8fe0f424c51d6dec65670d03.tar.gz collagen-d645f1365c109f9c8fe0f424c51d6dec65670d03.tar.bz2 collagen-d645f1365c109f9c8fe0f424c51d6dec65670d03.zip |
Added instruction to initialize data to INSTALL
-rw-r--r-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ description. For initialization do this(in collagen root directory): cd src/ django-admin.py syncdb --settings=matchbox.db.settings --pythonpath=. +django-admin.py loaddata matchbox/db/main/initial_data.json \ + --settings=matchbox.db.settings --pythonpath=. If the database schema exists and you need to fix it, drop the tables beforehand, because django-admin.py will skips tables that exist |