Mention need of creating a super user in README (fix #267)
This commit is contained in:
parent
b150825387
commit
98c42dfe6c
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ Collect and compress the statics
|
||||||
python manage.py collectstatic
|
python manage.py collectstatic
|
||||||
python manage.py compress
|
python manage.py compress
|
||||||
|
|
||||||
|
Create a superuser
|
||||||
|
|
||||||
|
python manage.py createsuperuser
|
||||||
|
|
||||||
Add a site object
|
Add a site object
|
||||||
|
|
||||||
python manage.py shell
|
python manage.py shell
|
||||||
|
|
Loading…
Reference in a new issue