From 7fe8e83c8381d2e91fc2198316ea3648130f528f Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 12 Sep 2013 11:57:27 +0200 Subject: [PATCH] README: django init updated --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.43.0