From d645f1365c109f9c8fe0f424c51d6dec65670d03 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Thu, 30 Jul 2009 17:03:13 +0200 Subject: Added instruction to initialize data to INSTALL --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-65-gdbad