diff options
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 ==================== |
