Add documentation

This commit is contained in:
Iacopo Spalletti 2016-03-10 00:24:10 +01:00
parent 344064dd7c
commit f7802308a2

View file

@ -352,6 +352,10 @@ content types, such as blog posts.
For each configured Apphook, a content type is added to the wizard.
Some issues with multiple registrations raising django CMS ``AlreadyRegisteredException``
hae been reported; to handle these cases gracefully, the exception is swallowed
when Django ``DEBUG == True`` avoiding breaking production websites. In these cases they
wizard may not show up, but the rest will work as intended.
.. _settings: