From 065f0d1c7de7bd46305b63767c01e606e1d1ebb9 Mon Sep 17 00:00:00 2001 From: basdorea <bastien.doreau@uca.fr> Date: Thu, 16 Jan 2020 15:24:56 +0000 Subject: [PATCH] Update README.md add createsuperuser --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8809250..a939ad2 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,12 @@ python manage.py migrate ``` +Create a superuser Django + +```bash +python manage.py createsuperuser +``` + Launch server in local with remote access ```bash @@ -161,4 +167,6 @@ python manage.py runserver 0.0.0.0:8000 browse http://127.0.0.1:8000/ +browse http://127.0.0.1:8000/admin to authenticate with superuser + -- GitLab