Configuration

These are the available settings.

All attributes prefixed ADMIN_HELPERS_* can be overridden from your Django project’s settings module by defining a setting with the same name.

class django_admin_helpers.conf.AppSettings

Access this instance as .conf.app_settings.

ADMIN_HELPERS_URL_NAMESPACE: str = 'admin'

URL namespace for the admin app (defaults to ‘admin’).