Class AdminSite

An AdminSite object encapsulates an instance of the Django admin application, ready

Declaration

class AdminSite
source link

Documentation

to be hooked in to your URLconf. Models are registered with the AdminSite using the
register() method, and the get_urls() method can then be used to access Django view
functions that present a full admin interface for the collection of registered
models.

Methods

Reexports