django-simplecms/cms
Jaap Joris Vens a69d51a0dc Automatic detection of available section types
Use the decorator @register to register your own Section child models, and
use their fields attribute to specify which fields it uses.
2020-01-02 01:56:15 +01:00
..
locale/nl/LC_MESSAGES updated translations 2019-08-27 14:43:06 +02:00
migrations Automatic detection of available section types 2020-01-02 01:56:15 +01:00
static/cms First draft of version 2.0.0 2019-12-31 13:05:12 +01:00
templates Automatic detection of available section types 2020-01-02 01:56:15 +01:00
__init__.py first commit :) 2019-03-27 16:49:14 +01:00
admin.py Automatic detection of available section types 2020-01-02 01:56:15 +01:00
apps.py first commit :) 2019-03-27 16:49:14 +01:00
forms.py Automatic detection of available section types 2020-01-02 01:56:15 +01:00
models.py Automatic detection of available section types 2020-01-02 01:56:15 +01:00
tests.py first commit :) 2019-03-27 16:49:14 +01:00
urls.py First draft of version 2.0.0 2019-12-31 13:05:12 +01:00
utils.py first commit :) 2019-03-27 16:49:14 +01:00
views.py Automatic detection of available section types 2020-01-02 01:56:15 +01:00