From b30b56e41ba053b7521e0d6a1fc459330b96964b Mon Sep 17 00:00:00 2001 From: Yasin Date: Mon, 9 Sep 2013 11:54:22 +0200 Subject: [PATCH] README: updated --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 21a79b81..1b17b87c 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ See the devel/ subdir for more devel-oriented doc. ==================== 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 @@ -23,6 +23,7 @@ $ manage.py syncdb $ ./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 -- 2.43.0