X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=79ca81c9cd370e9636b13235c1fab55ad5d146fb;hb=17adeda45d99976cc0b7acecf80a4f147efcdc1f;hp=1266c965582a82328def1319b8aaed3363a2c686;hpb=9a62ec0dc3ee3e859f3563da29d9c838a658b140;p=myslice.git diff --git a/README b/README index 1266c965..79ca81c9 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ $ make static (which is a shorthand for cleaning up and run manage collectstatic * gather templates files for now we still seem to rely on a make-based templates-collection process that creates templates/ -$ make templates +$ make templates [$ make redo (each time when you pull, do that and restart the server)] * run a local server: $ manage.py runserver 0.0.0.0:8000 @@ -112,6 +112,11 @@ package is published) for how to use a separate authentication system, as well as settings.py for how to enable it +* ui/ + provides building blocks for the UI, especially layouts (1 or 2 columns) as + well as the topmenu widget + + some global static files (css, js, images..) + * portal/ this is where the first implementation of myslice, with complete user-management including registration, is taking place @@ -120,11 +125,6 @@ package is published) rough/preliminary scaffolding views are in here as the name suggests this is temporary -* views/ - will receive actual views over time - currently has some global html templates as well - + some global static files (css, js, images..) - * insert_above: a third-party django app for adding on-the-fly mentions to css or js files that need to go in the header