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...
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...
3.6.0 release notes What’s new in 3.6.0 Improvements and new features Removal of deprecated functionality How to upgrade to 3.6 Create a new django CMS 3.6 project On the Divio...
Frontend integration Frontend integration Generally speaking, django CMS is wholly frontend-agnostic. It doesn’t care what your site’s frontend is built on or uses. The excepti...
How to extend the Toolbar Registering Adding items Modifying an existing toolbar Adding Items Alphabetically Adding items through views Detecting URL changes Frontend How...
How to extend the Toolbar Registering Adding items Modifying an existing toolbar Adding Items Alphabetically Adding items through views Detecting URL changes Frontend How...
How to test your extensions Testing Apps Resolving View Names CMSTestCase Testing Plugins How to test your extensions Testing Apps Resolving View Names Your apps need test...
Contributing code In a nutshell Basic requirements and standards Syntax and conventions Python HTML, CSS and JavaScript JS Linting Process Frontend Styles Icons JS Bundlin...
Apphooks Apphooks Right now, our django Polls app is statically hooked into the project’s urls.py . This is allright, but we can do more, by attaching applications to django CMS...