mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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 | ||||
| ==================== | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user