From: yoshco Date: Fri, 18 May 2012 23:12:19 +0000 (+0300) Subject: Update INSTALL.rst X-Git-Tag: 1.4.3-2~1^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1cd4f7e3783a65cf3be522114a21048e723671e8;p=telemeta.git Update INSTALL.rst --- diff --git a/INSTALL.rst b/INSTALL.rst index f6d57b18..618e842f 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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