X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=2b129de620debcd64dde441b45167960d7d1519c;hb=69d4ef6baf273e93270de07261a32ccceee50464;hp=f2ec7efd6a92e530a2f3e08d1840e68a42bcf760;hpb=f2176d60645d90ddb8a40a24fb8c9970ebd809bf;p=myslice.git diff --git a/README b/README index f2ec7efd..2b129de6 100644 --- a/README +++ b/README @@ -24,7 +24,11 @@ $ ./manage.py migrate $ ./manage.py collectstatic (formerly, we used make static, which is deprecated) -- or -- $ ./manage.py collectstatic --noinput -$ make + +* gather templates files + for now we still seem to rely on a make-based templates-collection process + that creates all-templates/ +$ make templates * run a local server: $ manage.py runserver 0.0.0.0:8000 @@ -131,13 +135,10 @@ package is published) ========== automatically generated -* all-static: (generated, no need to source-control) - this is where 'make static' will gather all your static contents if you run a local server - make has convenience targets to refresh this area - $ make static - $ make clean-static +* static/: (generated by collectstatic, see above, do not source-control) + $ manage.py [ --noinput ] collectstatic -* django-static +* all-templates/ * myslice.sqlite3 this is where django stores its own stuff, as per settings.py