mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1aac357d34
commit
4cf1327aa4
2 changed files with 11 additions and 14 deletions
|
@ -40,6 +40,9 @@ activate the admin site for your installation, do these three things:
|
|||
know is that it maps URL roots to applications. In the end, you should
|
||||
have a ``urls.py`` file that looks like this:
|
||||
|
||||
.. versionchanged:: 1.1
|
||||
The method for adding admin urls has changed in Django 1.1.
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
from django.conf.urls.defaults import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue