X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=README;h=2a183a89b6422d8750dbf0f4eac0d185c2ea1633;hp=7bcba4279f41eb229c71c8e9ad4a18b72c4ab686;hb=dc832ad1a26a47483f8297678a9417640b7c9925;hpb=4805b1478e681cd2304c156a7869225623649c2f diff --git a/README b/README index 7bcba427..2a183a89 100644 --- a/README +++ b/README @@ -18,6 +18,7 @@ $ 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 $ ./manage.py syncdb $ ./manage.py migrate @@ -45,7 +46,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