X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=f2ec7efd6a92e530a2f3e08d1840e68a42bcf760;hb=91f54bd15e11b1e1e0f5dd18638e75312f739cf9;hp=1b17b87c48f604916a9a2bb98653962dea16b7de;hpb=b30b56e41ba053b7521e0d6a1fc459330b96964b;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