diff options
| author | Uroš Trebec <uros.trebec@gmail.com> | 2006-08-03 08:18:24 +0000 |
|---|---|---|
| committer | Uroš Trebec <uros.trebec@gmail.com> | 2006-08-03 08:18:24 +0000 |
| commit | 98120e36c38a79bae40de714034da225c4e14b02 (patch) | |
| tree | 52e5064cda17c4081fa9a102de8f1bf9ebdc1d94 /docs/tutorial02.txt | |
| parent | a760bd73fdb33e35e4a937ab14317fd439d25753 (diff) | |
[full-history] Trunk merge from [3517]
git-svn-id: http://code.djangoproject.com/svn/django/branches/full-history@3519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index 84eae3eb83..bc1717e67c 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -54,7 +54,8 @@ http://127.0.0.1:8000/admin/. You should see the admin's login screen: Enter the admin site ==================== -Now, try logging in. You should see the Django admin index page: +Now, try logging in. (You created a superuser account in the first part of this +tutorial, remember?) You should see the Django admin index page: .. image:: http://media.djangoproject.com/img/doc/tutorial/admin02t.png :alt: Django admin index page |
