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...
1. Introductory Tutorial 1.1. Getting help 1.2. Configuration and setup 1.2.1. Preparing the environment 1.2.1.1. Starting your Django project 1.2.1.2. Installing and configuring...
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...
3.2 release notes What’s new in 3.2 Changes that require attention Touch interface support Device support Feedback required Bug-fixes Content wizards Renaming cms_app, cms_to...
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...
3.1 release notes What’s new in 3.1 Switch from MPTT to MP Action required Dropped support for Django 1.4 and 1.5 Action required South is now an optional dependency Action req...
Apphooks Apphooks Right now, our django Polls app is statically hooked into the project’s urls.py . This is all right, but we can do more, by attaching applications to django CM...
Integrating applications Install the polls application Improve the templates for Polls Set up a new polls_cms_integration application Create the application Add it to INSTALLE...
Tutorials Tutorials The pages in this section of the documentation are aimed at the newcomer to django CMS. They’re designed to help you get started quickly, and show how easy i...
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 ...