Configuration The INSTALLED_APPS setting The MIDDLEWARE_CLASSES setting cms.middleware.utils.ApphookReloadMiddleware Custom User Requirements Required Settings CMS_TEMPLATES...
Tutorial Tutorial Note This is a new section in the django CMS documentation, and a priority for the project. If you’d like to contribute to it, we’d love to hear from you - jo...
Extending the Toolbar Registering Toolbar items Extending the Toolbar django CMS allows you to control what appears in the toolbar. This allows you to integrate your applicatio...
Contributing Starting contributing code Target branches How to write a test Submitting your code Acceptance criteria Features Bugs Contributing Note The topics of this c...
Plugins Install the polls application Set up a base template for the application Create a new polls_cms_integration application The Plugin Model The Plugin Class The template...
Plugins Install the polls application Set up a base template for the application Create a new polls_cms_integration application The Plugin Model The Plugin Class The template...
Apphooks Create an apphook What this all means Apply the apphook to a page Apphooks Right now, our Django Polls application is statically hooked into the project’s urls.py . ...
How to extend Page & Title models Title vs Page extensions Implement a basic extension Page model extension example The model The admin The toolbar item Title model extension ...
Some commonly-used plugins django CMS Core Addons Other addons of note Deprecated addons Some commonly-used plugins Warning In version 3 of the CMS we removed all the plugin...