From 98c42dfe6ce2da91429192dbd3bcb1b51a66b50e Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Wed, 30 Dec 2015 08:58:40 +0100
Subject: [PATCH] Mention need of creating a super user in README (fix #267)

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 9b36d67..4110209 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,10 @@ Collect and compress the statics
     python manage.py collectstatic
     python manage.py compress
 
+Create a superuser
+
+    python manage.py createsuperuser
+
 Add a site object
 
     python manage.py shell
-- 
GitLab