From: Yasin Date: Fri, 10 Jan 2014 15:09:21 +0000 (+0100) Subject: README: create admin account when django prompts [needed for passwrod reset wizard] X-Git-Tag: myslice-0.3-0~38^2 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=9d059a089aa676b9fe8bc19eb2d244ca616b24dc README: create admin account when django prompts [needed for passwrod reset wizard] --- diff --git a/README b/README index 2a183a89..58078467 100644 --- a/README +++ b/README @@ -20,6 +20,8 @@ $ apt-get install python-django-south $ 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