diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2009-05-17 17:54:51 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2009-05-17 17:54:51 +0000 |
| commit | b527a59da80a276163b975a0fdc97d84e967b87e (patch) | |
| tree | b911827b7e8e0156622ca6199019e8175d30793f /docs/topics/auth.txt | |
| parent | 33e77db6a27a9058a265144f9b72969aba409af9 (diff) | |
Fixed #10855: Reference doc on creating superusers in the tutorial at the point where an account is needed, so that readers who neglected to create one earlier (or who forgot the password) don't get stuck or think they have to start all over. Thanks cwolf127 and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/auth.txt')
| -rw-r--r-- | docs/topics/auth.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 88379459ea..7858e44962 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -398,6 +398,8 @@ In practice, you probably won't need to use :class:`~django.contrib.auth.models.AnonymousUser` objects on your own, but they're used by Web requests, as explained in the next section. +.. _topics-auth-creating-superusers: + Creating superusers ------------------- |
