Skip to content

Commit

Permalink
docs: Add documentation for config setting CMS_ADMIN_NAMESPACE. Resolves
Browse files Browse the repository at this point in the history
 #4105. (#7262)

Co-authored-by: crydotsnake <simondotunix@gmail.com>
Co-authored-by: Simon Krull <krull@punkt.de>
  • Loading branch information
3 people committed Apr 22, 2022
1 parent e00522c commit d98d94f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/reference/configuration.rst
Expand Up @@ -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
============
Expand All @@ -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 <django:admin-reverse-urls>`.


.. _i18n_l10n_reference:

*****************************************************
Expand Down

0 comments on commit d98d94f

Please sign in to comment.