diff --git a/README.md b/README.md
index 8809250594025ecf2a510987ddce9d872a820f0e..a939ad2be009470fdaa7c5dee2904e1c40274c9b 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
+