diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 02:59:31 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 02:59:31 +0000 |
| commit | 81215d79330507b26291d3347279b9c718da9fac (patch) | |
| tree | 4cdc4f4ba10ef7efa32437b0ae2e9c067d193f50 /docs/tutorial02.txt | |
| parent | 4211bcb43767b66e65599f7f3e38cdb52cd44243 (diff) | |
Improved tutorial02 to discuss login errors, linking to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index deaf4246db..9879b10394 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -111,8 +111,11 @@ Drop into the Python interactive interpreter and type this:: Enter the admin site ==================== -Now, try logging in. If the login worked, you should see the Django admin index -page: +Now, try logging in. + +If it didn't work, read the `"I can't log in" questions`_ in the FAQ. + +If it worked, you should see the Django admin index page: .. image:: http://media.djangoproject.com/img/doc/tutorial/admin02t.png :alt: Django admin index page @@ -121,6 +124,8 @@ page: By default, you should see four types of editable content: groups, users, redirects and flat files. These are core features Django ships with by default. +.. _"I can't log in" questions: http://www.djangoproject.com/documentation/faq/#the-admin-site + Make the poll app modifiable in the admin ========================================= |
