groups Many-to-many relationship to Group
is_superuser Boolean. Designates that this user has all permissions without explicitly assigning them.
has_perm(perm, obj=None) Returns True if the user has the specified permission, where perm is in the format "<app
AdminSite.site_title The text to put at the end of each admin page’s <title> (a string). By default, this
content_type Required. A reference to the django_content_type database table, which contains a record for each
class GenericTabularInline
AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.
class storage.ManifestStaticFilesStorage A subclass of the StaticFilesStorage storage backend which stores the
authenticate(username=None, password=None, **kwargs) Tries to authenticate username with password
class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting
Page 1 of 27