Forráskód Böngészése

utilize only the generated superuser for non-Vagrant setup

David Ray 8 éve
szülő
commit
cd4ab68f87
1 módosított fájl, 1 hozzáadás és 4 törlés
  1. 1 4
      readme.md

+ 1 - 4
readme.md

@@ -54,12 +54,9 @@ With PIP installed run the following commands:
     pip install -r requirements.txt
     ./manage.py migrate
     ./manage.py load_initial_data
-      (if you want a custom superuser:)
-    ./manage.py createsuperuser
     ./manage.py runserver
 
-Log into the admin with the credentials ``admin / changeme`` or, if you created a superuser,
-with the custom superuser credentials.
+Log into the admin with the credentials ``admin / changeme``.
 
 ### Note on demo search: