TheDocs

Django CMS - content management system 3.9

Contents

  • Tutorials
  • How-to guides
    • Set-up
      • Install django CMS by hand
    • Using core functionality
      • Use placeholders outside the CMS
      • Serve multiple languages
      • Work with templates
      • Manage caching
      • Enable frontend editing for Page and Django models
      • Create sitemaps
      • Manage Page Types
    • Creating new functionality
      • Create plugins
      • Create apphooks
      • Manage complex apphook configuration
      • Extend the Toolbar
      • Customise navigation menus
      • Create content creation wizards
      • Extend Page & Title models
      • Test your extensions
    • Contributing
      • Contribute a patch
  • Reference
  • Key topics
  • Contribute
  • Release notes & upgrade information
  • Using django CMS

Extra

  • General Index
  • Python Module Index

#django #python #cms

Original
https://docs.django-cms.org/en/latest/

  • ru
  • Language: en
  • 3.7.x
  • Documentation version: 3.9

How-to guides¶

These guides presuppose some familiarity with django CMS. They cover some of the same territory as the Tutorials, but in more detail.

Set-up¶

  • Install django CMS by hand

Using core functionality¶

  • Use placeholders outside the CMS
  • Serve multiple languages
  • Work with templates
  • Manage caching
  • Enable frontend editing for Page and Django models
  • Create sitemaps
  • Manage Page Types

Creating new functionality¶

  • Create plugins
  • Create apphooks
  • Manage complex apphook configuration
  • Extend the Toolbar
  • Customise navigation menus
  • Create content creation wizards
  • Extend Page & Title models
  • Test your extensions

Contributing¶

  • Contribute a patch
9. Integrating a third-party application
How to install django CMS by hand