Fix docs for initial im db setup.
authorAntony Chazapis <chazapis@gmail.com>
Thu, 15 Dec 2011 11:35:08 +0000 (13:35 +0200)
committerAntony Chazapis <chazapis@gmail.com>
Thu, 15 Dec 2011 11:35:08 +0000 (13:35 +0200)
README
docs/source/adminguide.rst

diff --git a/README b/README
index 7ffc5e4..81c0b1c 100644 (file)
--- a/README
+++ b/README
@@ -35,7 +35,7 @@ Make sure you have all required packages installed:
 
 Then run:
     python manage.py syncdb
-    python manage.py schemamigration im --initial
+    python manage.py migrate im
     python manage.py loaddata admin_user
     python manage.py runserver
 
index 5ed5838..a2f96d8 100644 (file)
@@ -21,7 +21,7 @@ Setup the files::
 
   cd /pithos/pithos
   python manage.py syncdb
-  python manage.py schemamigration im --initial
+  python manage.py migrate im
   cd /pithos
   python setup.py build_sphinx