From 21a9e8adf06d5c132f5f0411fc6a89144363dbf8 Mon Sep 17 00:00:00 2001 From: Michael Angeletti Date: Sun, 31 Aug 2014 12:23:41 -0400 Subject: [PATCH] Removed sentence from docs about migrate prompting to add a superuser. --- docs/topics/auth/index.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/topics/auth/index.txt b/docs/topics/auth/index.txt index 5bf528bcef..bdf5b79be4 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 =====