1
0
mirror of https://github.com/django/django.git synced 2025-01-20 15:19:20 +00:00

Removed sentence from docs about migrate prompting to add a superuser.

This commit is contained in:
Michael Angeletti 2014-08-31 12:23:41 -04:00 committed by Simon Charette
parent 032c091659
commit 21a9e8adf0

View File

@ -68,9 +68,8 @@ and two items in your :setting:`MIDDLEWARE_CLASSES` setting:
users with requests using sessions.
With these settings in place, running the command ``manage.py migrate`` creates
the necessary database tables for auth related models, creates permissions for
any models defined in your installed apps, and prompts you to create
a superuser account the first time you run it.
the necessary database tables for auth related models and permissions for any
models defined in your installed apps.
Usage
=====