X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=3d436f5d5f69eddf888b0ffc020980c7ff2c9da8;hb=ef66bd50fc9a5ee68f83fc81e020fd4a6d679657;hp=95a197ae51d235a295689108252e7d9de30e2570;hpb=224978f78c49c71efa15d76dec0a67565515e8b3;p=myslice.git diff --git a/README b/README index 95a197ae..3d436f5d 100644 --- a/README +++ b/README @@ -33,6 +33,9 @@ when you just need to hit ^C yourself when your static files need to be refreshe * use it from your browser (See more notes on using the development server below) +* install dependencies +$ pip install -r path/to/requirements/file.txt + ==================== Status *** Authentication *** @@ -92,6 +95,7 @@ Third party tools shipped: * datatables * spin * bootstrap +* and others are added as we build the system when they become needed I've tried to keep track of the version I picked and to have an easy upgrade path. @@ -103,8 +107,11 @@ I've tried to keep track of the version I picked and to have an easy upgrade pat . settings.py . urls.py -* engine: - the code for building / rendering plugins / queries +* manifold: + the code for dealing with queries, sending them to the backend, and offering the /manifold/proxy/ URL + +* unfold: + the code for building / rendering plugins * plugins: the actual code for plugins