Fix: Contact email text formatting
[myslice.git] / README
diff --git a/README b/README
index 7bcba42..5807846 100644 (file)
--- 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