From: Yasin Date: Thu, 12 Sep 2013 09:57:27 +0000 (+0200) Subject: README: django init updated X-Git-Tag: myslice-0.2-3~29 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=7fe8e83c8381d2e91fc2198316ea3648130f528f README: django init updated --- diff --git a/README b/README index afda44fa..f2ec7efd 100644 --- 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)