From 1cd4f7e3783a65cf3be522114a21048e723671e8 Mon Sep 17 00:00:00 2001 From: yoshco Date: Sat, 19 May 2012 02:12:19 +0300 Subject: [PATCH] Update INSTALL.rst --- INSTALL.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5