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