X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=5807846757b005e41ec6d8984351d2b1931bbcf0;hb=8157d49c91fa32ef116e75a5d52d9a4512d4bca5;hp=3c0f943ac328fd010c0ad12163594bd876ab7f04;hpb=866ec8031ee660f004443676fd686adfdff47394;p=myslice.git diff --git a/README b/README index 3c0f943a..58078467 100644 --- a/README +++ b/README @@ -9,6 +9,8 @@ See the devel/ subdir for more devel-oriented doc. * REQUIREMENTS is to have python + django (1.5.2) installed django ** should be straightforward ** see devel/django-install.txt in case of trouble +$ apt-get install python-django +$ apt-get install python-django-south * git clone git://git.onelab.eu/myslice.git -- or -- @@ -18,6 +20,8 @@ See the devel/ subdir for more devel-oriented doc. $ 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