diff options
| author | Michael Angeletti <michael@angelettigroup.com> | 2014-08-31 12:23:41 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-08-31 12:33:33 -0400 |
| commit | 074b6785e09040eb6fd3b9bd3e4bf0cc6e1588f0 (patch) | |
| tree | 6ca2e9f67a53bb281f22b5539e0709bf3a47a4e3 | |
| parent | f4da04a771a67e15c0f529c429c44ab9388fe6be (diff) | |
[1.7.x] Removed sentence from docs about migrate prompting to add a superuser.
Backport of 21a9e8adf0 from master
| -rw-r--r-- | docs/topics/auth/index.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/topics/auth/index.txt b/docs/topics/auth/index.txt index dffaa74b06..e588c39555 100644 --- a/docs/topics/auth/index.txt +++ b/docs/topics/auth/index.txt @@ -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 ===== |
