소스 검색

utilize only the generated superuser for non-Vagrant setup

David Ray 8 년 전
부모
커밋
cd4ab68f87
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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: