From 24365474e92552fb38c74c38e70d6776d84cdd18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Wed, 21 Aug 2013 10:52:43 +0200 Subject: [PATCH] updated README --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 3d436f5d..175e65b0 100644 --- a/README +++ b/README @@ -13,7 +13,6 @@ See the devel/ subdir for more devel-oriented doc. * git clone ssh://yourlogin@git.onelab.eu/git/myslice-django.git * edit myslice/settings.py and -** change DEVELOPER_ROOT if you didnt clone into ~/git/myslice-django ** change the location of your backend API (not yet supported) * edit myslice/config.py and enter the details of your manifold backend @@ -22,7 +21,7 @@ See the devel/ subdir for more devel-oriented doc. $ manage.py syncdb * gather static files -$ make static +$ ./manage.py collectstatic (formerly, we used make static, which is deprecated) * run a local server: $ manage.py runserver 0.0.0.0:8000 -- 2.43.0