Browse Source

Merge branch 'fix-readme' of daimrod/wifi-with-me into master

jocelyn 7 years ago
parent
commit
a9655849f4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -94,11 +94,15 @@ It is required to initialize database first:
 
     $ ./manage.py migrate
 
+Create an admin:
+
+    $ ./manage.py createsuperuser
+
 Then launch service with:
 
     $ ./manage.py runserver
 
-You can visit your browser at <http://127.0.0.1:8000/map/contribute>
+You can visit with your browser at <http://127.0.0.1:8000/map/contribute>
 
 Run production server
 =====================