X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;fp=README;h=3c0f943ac328fd010c0ad12163594bd876ab7f04;hb=866ec8031ee660f004443676fd686adfdff47394;hp=3a894cc05cd075dd8256ad478bf2b204e940d5f0;hpb=c5795ba59e99c3a9b7481f4965814eca3e9a950d;p=unfold.git diff --git a/README b/README index 3a894cc0..3c0f943a 100644 --- a/README +++ b/README @@ -16,6 +16,7 @@ See the devel/ subdir for more devel-oriented doc. * 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 @@ -43,7 +44,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