From 3863564a0bfa698ec5795490a51cae427f87c2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 11 Oct 2018 12:44:14 -0500 Subject: [PATCH] minor fix --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cab39b..6dec8be 100644 --- a/README.md +++ b/README.md @@ -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