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 03a89075f6 An experiment with a single-modal interface. Click any element with
class="editable" and the corresponding formfield will be unhidden. The
Read/Write Web as Sir Berners-Lee intended it.

However, it looks and works silly and leaves a lot to be desired. I hope to
continue this branch one day.
2020-02-16 20:54:47 +01:00
bin Oops 2020-01-31 19:43:15 +01:00
cms An experiment with a single-modal interface. Click any element with 2020-02-16 20:54:47 +01:00
example Another try at making both the Page and Section models be swappable (damn 2020-02-16 15:32:38 +01:00
.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