Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

batiste/django-page-cms

Open more actions menu

Repository files navigation

django-page-cms

https://readthedocs.org/projects/django-page-cms/badge/?version=latest Code Climate Scrutinizer Code Quality

This Django CMS enables you to create and administrate hierarchical pages in a simple and powerful way.

For a quick demo.

$ pip3 install "django-page-cms[full]"; gerbi --create mywebsite

Or with docker

docker compose up web

To create a super user account

docker compose run web python example/manage.py createsuperuser

To create a demo website

docker compose run web python example/manage.py pages_demo

To run tests with docker

docker compose run run-test

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.

https://github.com/batiste/django-page-cms/raw/master/doc/images/admin-screenshot-1.png

Those placeholder can also be edited inline

https://github.com/batiste/django-page-cms/raw/master/doc/images/inline-edit.png

Releases

No releases published

Packages

 
 
 

Contributors 47

Morty Proxy This is a proxified and sanitized view of the page, visit original site.