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 3cc1f9ec08 New version! Modelled after Django's admin application, simplecms now allows
you to define everything related to it in the file 'cms.py'. No more
inherited proxy models and no more migrations every time you add/remove a
section type! In fact, the dependency on django-polymorphic has completely
been removed!

The example project has been updated and should get you started.
Documentation will be coming soon!
2020-03-21 18:49:41 +01:00
bin Big downstream changes, little upstream tweaks 2020-03-02 19:13:01 +01:00
cms New version! Modelled after Django's admin application, simplecms now allows 2020-03-21 18:49:41 +01:00
example New version! Modelled after Django's admin application, simplecms now allows 2020-03-21 18:49:41 +01:00
.gitignore
LICENSE
MANIFEST.in
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