August 2016
Beginner to intermediate
717 pages
15h 24m
English
In this chapter, we will cover the following recipes:
Django CMS is an open source content management system that is based on Django and created by Divio AG, Switzerland. Django CMS takes care of a website's structure, provides navigation menus, makes it easy to edit page content in the frontend, and supports multiple languages in a website. You can also extend it according to your needs using the provided hooks. To create a website, you need to create a hierarchical structure of the pages, where each page has a template. Templates have ...
Read now
Unlock full access