Mention need of creating a super user in README (fix #267)

This commit is contained in:
Yohan Boniface 2015-12-30 08:58:40 +01:00
parent b150825387
commit 98c42dfe6c

View file

@ -76,6 +76,10 @@ Collect and compress the statics
python manage.py collectstatic
python manage.py compress
Create a superuser
python manage.py createsuperuser
Add a site object
python manage.py shell