Add documentation
This commit is contained in:
parent
344064dd7c
commit
f7802308a2
1 changed files with 4 additions and 0 deletions
|
@ -352,6 +352,10 @@ content types, such as blog posts.
|
||||||
|
|
||||||
For each configured Apphook, a content type is added to the wizard.
|
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:
|
.. _settings:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue