Skip to content

AdrianRibao/django-page-cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-page-cms

Join the chat at https://gitter.im/django-page-cms/Lobby https://travis-ci.org/batiste/django-page-cms.svg?branch=master 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 -I django-page-cms[full]; gerbi --create mywebsite

Or with docker

docker-compose up

If you are logged in with github docker repository

docker login docker.pkg.github.com -u USERNAME -p TOKEN
docker-compose -f docker-compose-fast.yaml up

Create a super user account

docker exec -it django-page-cms_web_1  python example/manage.py createsuperuser

Create a demo website

docker exec -it django-page-cms_web_1  python example/manage.py pages_demo

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

About

Official Django page CMS git repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.0%
  • HTML 10.7%
  • JavaScript 10.4%
  • CSS 4.9%