X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;fp=README;h=f2ec7efd6a92e530a2f3e08d1840e68a42bcf760;hb=7fe8e83c8381d2e91fc2198316ea3648130f528f;hp=afda44fa8beb439ef3b4355b0e3c0ea65c55d798;hpb=23ff03c16854ba93aec3d7d8a19901cdf5448001;p=myslice.git 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)