django-simplecms/cms
Jaap Joris Vens 0e221ccf33 The dependency on swapper has been replaced with an incredibly simply
"registry". Client projects register their models and views during import
time with a decorator. The cms views use the registered classes to generate
pages and forms.

Furthermore, the example application now combines the app and the project in
one, inspired by this line in the Django documentation:

    There’s no restriction that a project package can’t also be considered
    an application and have models, etc.
2020-03-22 12:46:10 +01:00
..
locale/nl/LC_MESSAGES Translations 2020-02-20 22:48:35 +01:00
migrations The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
static/cms New template tag: {% edit %} which generates a simple edit link for the 2020-03-21 20:24:07 +01:00
templates New template tag: {% edit %} which generates a simple edit link for the 2020-03-21 20:24:07 +01:00
templatetags The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
__init__.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
apps.py Warning! Backwards-incompatible change: custom views should now be placed in 2020-03-17 18:15:58 +01:00
cms.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
decorators.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
forms.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
middleware.py Cleanup source tree 2020-01-05 13:37:51 +01:00
models.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
registry.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
tests.py first commit :) 2019-03-27 16:49:14 +01:00
urls.py Refactor forms.py: quite elegant and reusable Page _and_ Section forms. Both 2020-03-13 23:08:21 +01:00
views.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00