X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=5807846757b005e41ec6d8984351d2b1931bbcf0;hb=2870580fcaad4c3f1a2b9fa75499dcd4f7297449;hp=7bcba4279f41eb229c71c8e9ad4a18b72c4ab686;hpb=4805b1478e681cd2304c156a7869225623649c2f;p=unfold.git diff --git a/README b/README index 7bcba427..58078467 100644 --- a/README +++ b/README @@ -18,7 +18,10 @@ $ apt-get install python-django-south * edit myslice/config.py and enter the details of your manifold backend +$ apt-get install python-django-south * init django +** when django prompts for creating an admin account, create it and +** keep the username and password safe $ ./manage.py syncdb $ ./manage.py migrate @@ -45,7 +48,7 @@ $ make redo == make redo-static redo-templates * run a local server: -$ manage.py runserver 0.0.0.0:8000 +$ ./manage.py runserver 0.0.0.0:8000 -- or -- my advice: $ devel/server-loop.sh when you just need to hit ^C yourself when your static files need to be refreshed - see below