]> git.parisson.com Git - telemeta.git/commitdiff
Update INSTALL.rst
authoryoshco <yair99@gmail.com>
Fri, 18 May 2012 23:12:19 +0000 (02:12 +0300)
committeryoshco <yair99@gmail.com>
Fri, 18 May 2012 23:12:19 +0000 (02:12 +0300)
INSTALL.rst

index f6d57b18b77dc658ac58c7ce2f31b451cefd07c6..618e842f7cf8565fcbf76d1cb2162a221b79a8c2 100644 (file)
@@ -1,4 +1,3 @@
-
 Don't worry, Telemeta is easy to setup as any other Django app !
 
 -----------------
@@ -118,7 +117,7 @@ Fast testing (sandbox)
 If you just want to test Telemeta just now, a sandbox is available in the example/ directory::
 
     cd example/sandbox_sqlite
-    ./manage.py syncdb
+    ./manage.py syncdb --migrate
     ./manage.py runserver 9000
 
 Now browse http://localhost:9000