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 9a8822f68b This was one of those bugs where you search for hours, endlessly, only to
arrive at a simple, senseful and elegant solution that costs only 3 lines to
implement.

I know I should be happy about that, but it really makes me feel like a
total dumbass.
2020-03-19 18:59:29 +01:00
bin
cms This was one of those bugs where you search for hours, endlessly, only to 2020-03-19 18:59:29 +01:00
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