diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -50,7 +50,11 @@ packages, you will probably want the following: ./manage.py migrate -6. Use the following commands to start a service instance +6. Create superUSER + + ./manage.py createsuperuser + +7. Use the following commands to start a service instance ./manage.py runserver |