Simplecms. This is the CMS framework used by the web consultancy company Return to the Source, provided here for everyone to use under the AGPL license as part of our free and open source philosophy.
 
 
 
 
Go to file
Jaap Joris Vens 9e1baf6ee1 Add bleach to the dependencies (although it is not currently being used...) 2020-01-02 23:45:27 +01:00
bin New helper command: simplecms 2020-01-02 03:33:41 +01:00
cms Replace CKEditor's RichTextField with MarkdownField 2020-01-02 23:37:26 +01:00
examples Replace CKEditor's RichTextField with MarkdownField 2020-01-02 23:37:26 +01:00
numberedmodel
simplesass Somewhat better default styling 2019-12-28 23:22:51 +01:00
.gitignore New conf parameter PAGE_URL_PATTERN 2019-12-28 21:14:06 +01:00
LICENSE
MANIFEST.in
README.md New helper command: simplecms 2020-01-02 03:33:41 +01:00
setup.py Add bleach to the dependencies (although it is not currently being used...) 2020-01-02 23:45:27 +01:00

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