From: Yasin Date: Mon, 9 Sep 2013 09:54:22 +0000 (+0200) Subject: README: updated X-Git-Tag: myslice-0.2-2~1^2~1 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=b30b56e41ba053b7521e0d6a1fc459330b96964b README: updated --- 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