From 11b91f29672a602e3a2abc2d585402c5030d6bfe Mon Sep 17 00:00:00 2001
From: Alexandre <alexandre@happy-dev.fr>
Date: Wed, 16 May 2018 03:03:58 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index c0aeac48..2cc57df4 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,16 @@ admin.site.register(Todo)
 
 ### 7- You then need to have your WSGI server pointing on myldpserver/myldpserver/wsgi.py
 
+### 8- You will probably need to create a super user
+```
+./manage.py createsuperuser
+```
+
+### 9- If you have no CSS on the admin screens : 
+```
+./manage.py collectstatic
+```
+
 ## Execution
 To start the server, `cd` to the root of your Django project and run :
 ```
-- 
GitLab