aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited 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