kopia lustrzana https://github.com/rtts/django-simplecms
![]() Despite the name, the idea is to allow reusable apps to add any kind of formset to the edit page. The first test case is to allow madebyjane to upload multiple images to a section. Work in progress. |
||
---|---|---|
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