README: create admin account when django prompts [needed for passwrod reset wizard]
authorYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 10 Jan 2014 15:09:21 +0000 (16:09 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 10 Jan 2014 15:09:21 +0000 (16:09 +0100)
README

diff --git a/README b/README
index 2a183a8..5807846 100644 (file)
--- 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