Ticket #10394: admindocs.diff
File admindocs.diff, 543 bytes (added by , 16 years ago) |
---|
-
docs/ref/contrib/admin.txt
1118 1118 1119 1119 The last step in setting up the Django admin is to hook your ``AdminSite`` 1120 1120 instance into your URLconf. Do this by pointing a given URL at the 1121 ``AdminSite. root`` method.1121 ``AdminSite.urls`` method. 1122 1122 1123 1123 In this example, we register the default ``AdminSite`` instance 1124 1124 ``django.contrib.admin.site`` at the URL ``/admin/`` ::