A tree based Django CMS application
Project description
This Django CMS enables you to create and administrate hierarchical pages in a simple and powerful way.
For a quick demo.
$ pip install django-page-cms[full]; gerbi –create mywebsite
Or with docker
$ docker-compose up $ docker exec -it django-page-cms_web_1 python example/manage.py createsuperuser
More informations
Django page CMS is based around a placeholders concept. Placeholder is a special template tag that you use in your page templates. Every time you add a placeholder in your template such field dynamically appears in the page admin interface.
Each page can have a different template with different placeholders.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.