diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-09-01 21:59:39 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-09-01 21:59:39 +0000 |
| commit | cd435ff796258ce58dfdcb09caa2ae6cd02903e9 (patch) | |
| tree | 1ad436ad41ca27aa1bbed038025c7a9bddcb0de8 /docs/tutorial02.txt | |
| parent | f4547bfbfddfc3145591debf5ab19c5c0abbfa33 (diff) | |
Fixed #417 -- Added clarification to docs/tutorial02.txt about settings.admin vs. settings.main. Thanks, benno@jeamland.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index 7cd26494a8..b0b345ae36 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -61,6 +61,12 @@ admin's login screen: .. image:: http://media.djangoproject.com/img/doc/tutorial/admin01.png :alt: Django admin login screen +.. admonition:: Note + + If you get an error telling you that the URL 'admin/' didn't match any of + your URLconf entries, you most likely used ``myproject.settings.main`` + instead of ``myproject.settings.admin``. + Enter the admin site ==================== |
