Ticket #10394: admindocs.diff

File admindocs.diff, 543 bytes (added by whiskybar, 16 years ago)
  • docs/ref/contrib/admin.txt

     
    11181118
    11191119The last step in setting up the Django admin is to hook your ``AdminSite``
    11201120instance into your URLconf. Do this by pointing a given URL at the
    1121 ``AdminSite.root`` method.
     1121``AdminSite.urls`` method.
    11221122
    11231123In this example, we register the default ``AdminSite`` instance
    11241124``django.contrib.admin.site`` at the URL ``/admin/`` ::
Back to Top