Parcourir la source

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

jocelyn il y a 7 ans
Parent
commit
a9655849f4
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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
 =====================