kopia lustrzana https://github.com/rtts/django-simplecms
![]() you to define everything related to it in the file 'cms.py'. No more inherited proxy models and no more migrations every time you add/remove a section type! In fact, the dependency on django-polymorphic has completely been removed! The example project has been updated and should get you started. Documentation will be coming soon! |
||
---|---|---|
bin | ||
cms | ||
example | ||
.gitignore | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
setup.py |
README.md
Django Simple CMS
A super simple but very extensible content management system for Django websites.
This project provides the basic building blocks of Pages and Sections and all the views needed to display and edit them.
Installation
Use the provided helper command simplecms
to quickly setup a new
project:
pip install https://github.com/rtts/django-simplecms.git
simplecms mysite