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 0e221ccf33 The dependency on swapper has been replaced with an incredibly simply
"registry". Client projects register their models and views during import
time with a decorator. The cms views use the registered classes to generate
pages and forms.

Furthermore, the example application now combines the app and the project in
one, inspired by this line in the Django documentation:

    There’s no restriction that a project package can’t also be considered
    an application and have models, etc.
2020-03-22 12:46:10 +01:00
bin
cms The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
example The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
.gitignore
LICENSE
MANIFEST.in
README.md
manage.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
setup.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +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