Skip to content

Commit c504095

Browse files
authored
Merge pull request tobami#234 from Quasilyte/master
readme: explain how to "create admin user"
2 parents cccf637 + 3bf4f60 commit c504095

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ can take a long time. Please be patient.
3636

3737
python manage.py migrate
3838

39-
* Create an admin user in the process.
39+
* Create an admin user:
40+
41+
python manage.py createsuperuser
42+
4043
* For testing purposes, you can now start the development server:
4144

4245
python manage.py runserver 8000

0 commit comments

Comments
 (0)