README: django init updated
authorYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 12 Sep 2013 09:57:27 +0000 (11:57 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 12 Sep 2013 09:57:27 +0000 (11:57 +0200)
README

diff --git a/README b/README
index afda44f..f2ec7ef 100644 (file)
--- a/README
+++ b/README
@@ -17,7 +17,8 @@ See the devel/ subdir for more devel-oriented doc.
 * edit myslice/config.py and enter the details of your manifold backend
 
 * init django
-$ manage.py syncdb
+$ ./manage.py syncdb
+$ ./manage.py migrate
 
 * gather static files
 $ ./manage.py collectstatic (formerly, we used make static, which is deprecated)