X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=f2ec7efd6a92e530a2f3e08d1840e68a42bcf760;hb=3fdf45fe97d4928b4cef99e12101c90aa3a7fbc7;hp=1b17b87c48f604916a9a2bb98653962dea16b7de;hpb=7032808b950a714e27fb3ab1d88104f234c8915f;p=myslice.git diff --git a/README b/README index 1b17b87c..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) @@ -151,10 +152,10 @@ package is published) .. the recommended layout for the various files and pieces (py, html, js and css) with django is IMHO really painful; we *SHOULD* use e.g. - plugins/simplelist.py, - plugins/templates/plugins.html, - plugins/static/js/simplelist.js - plugins/static/css/simplelist.css + plugins/quickfilter/quickfilter.py, + plugins/quickfilter/templates/quickfilter.html, + plugins/quickfilter/static/js/quickfilter.js + plugins/quickfilter/static/css/quickfilter.css which I have tried doing for a while but I found myself just hopping around in the file tree all day long, wasting cycles big time