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 e47d35a578 Alright, this is much better! Client side javascript much cleaner, plus the
templates are now truly recursive! Moving on to implementing the server side
code.
2020-03-10 15:17:46 +01:00
bin Big downstream changes, little upstream tweaks 2020-03-02 19:13:01 +01:00
cms Alright, this is much better! Client side javascript much cleaner, plus the 2020-03-10 15:17:46 +01:00
example Change default fields. This breaks existing migrations. Deal with it. 2020-02-19 22:24:01 +01:00
.gitignore New conf parameter PAGE_URL_PATTERN 2019-12-28 21:14:06 +01:00
LICENSE first commit :) 2019-03-27 16:49:14 +01:00
MANIFEST.in Move `project` module to examples subdirectory, since it is not 2019-12-27 14:55:52 +01:00
README.md New helper command: simplecms 2020-01-02 03:33:41 +01:00
setup.py Missing translations 2020-01-13 11:49:55 +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