README: updated
authorYasin <mohammed-yasin.rahman@lip6.fr>
Mon, 9 Sep 2013 09:54:22 +0000 (11:54 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Mon, 9 Sep 2013 09:54:22 +0000 (11:54 +0200)
README

diff --git a/README b/README
index 21a79b8..1b17b87 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ See the devel/ subdir for more devel-oriented doc.
 
 ==================== 1 minute howto
 
 
 ==================== 1 minute howto
 
-*  REQUIREMENTS  is to have python + django installed django
+*  REQUIREMENTS  is to have python + django (1.5.2) installed django
 ** should be straightforward
 ** see devel/django-install.txt in case of trouble
 
 ** should be straightforward
 ** see devel/django-install.txt in case of trouble
 
@@ -23,6 +23,7 @@ $ manage.py syncdb
 $ ./manage.py collectstatic (formerly, we used make static, which is deprecated)
 -- or --
 $ ./manage.py collectstatic --noinput
 $ ./manage.py collectstatic (formerly, we used make static, which is deprecated)
 -- or --
 $ ./manage.py collectstatic --noinput
+$ make 
 
 * run a local server:
 $ manage.py runserver 0.0.0.0:8000
 
 * run a local server:
 $ manage.py runserver 0.0.0.0:8000