From 9d059a089aa676b9fe8bc19eb2d244ca616b24dc Mon Sep 17 00:00:00 2001 From: Yasin Date: Fri, 10 Jan 2014 16:09:21 +0100 Subject: [PATCH] README: create admin account when django prompts [needed for passwrod reset wizard] --- README | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0