diff --git a/docs/reference/configuration.rst b/docs/reference/configuration.rst index 20ea753b682..52fd6fcfed3 100644 --- a/docs/reference/configuration.rst +++ b/docs/reference/configuration.rst @@ -408,8 +408,8 @@ A list of plugin processors. Plugin processors are callables that modify all plugins' output *after* rendering. See :doc:`/how_to/custom_plugins` for more information. -.. setting:: CMS_APPHOOKS +.. setting:: CMS_APPHOOKS CMS_APPHOOKS ============ @@ -433,6 +433,22 @@ Example:: ) +.. setting:: CMS_ADMIN_NAMESPACE + +CMS_ADMIN_NAMESPACE +===================== + +default + ``admin`` + +Used to configure the namespace of the admin interface. + +When using a custom instance of Django's +:class:`~django.contrib.admin.AdminSite`, provide the unique instance name as +``CMS_ADMIN_NAMESPACE``. This instance name is used when :ref:`reversing admin +URLs `. + + .. _i18n_l10n_reference: *****************************************************