X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=18f7ac97e01c59944d11d84913fb6a694d40d0ca;hb=050db13e0c64e7a63646a8f45da74f734923dd9f;hp=a956b99aa2a61bcd5df016ffac78ff220f799fd3;hpb=b743d1af89ac416e7905a2b86c1749530e5829c8;p=myslice.git diff --git a/README b/README index a956b99a..18f7ac97 100644 --- a/README +++ b/README @@ -1,4 +1,6 @@ -The contents of this module: +This file documents the contents of this module + +See devel/ for more devel-oriented doc. ==================== 1st level subdirs * myslice: @@ -17,15 +19,27 @@ The contents of this module: * slice: a django app for dealing with slice views +* templates/ +* static/ + initially I had started to keep: + * templates (html templates with embedded python-like django chunks) + * static files (css, js, images..) + locally in the app were they belong + but I ended up with having the need to move up and down the tree endlessly + so for the beginning at least, I have moved everything in a unique place + this convention is subject to change + +--- * devel: - only for various notes and other utiliy scripts + no code in there, only various notes and other scripts useful for developers * all-static: (generated, no need to source-control) this is where 'manage.py collectstatic' will gather all your static contents if you run a local server make has convenience targets to refresh this area $ make clean-static $ make static -==================== conventions + +==================== initial conventions for templates and static * templates: we store this under templates/ within the corresponding app, e.g.