aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gmail.com>2009-07-30 17:03:13 +0200
committerStanislav Ochotnicky <sochotnicky@gmail.com>2009-07-30 18:57:50 +0200
commitd645f1365c109f9c8fe0f424c51d6dec65670d03 (patch)
tree030134c64984837b0820f585b7e07ba31e68b2cc
parent[db] Fixed issue with adding useflags to package properties (diff)
downloadcollagen-d645f1365c109f9c8fe0f424c51d6dec65670d03.tar.gz
collagen-d645f1365c109f9c8fe0f424c51d6dec65670d03.tar.bz2
collagen-d645f1365c109f9c8fe0f424c51d6dec65670d03.zip
Added instruction to initialize data to INSTALL
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 60d78b1..97454ce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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