django-simplecms/example
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
..
migrations The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
static/app The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
templates The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
__init__.py Cleanup source tree 2020-01-05 13:37:51 +01:00
cms.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
models.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
settings.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
urls.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00
wsgi.py The dependency on swapper has been replaced with an incredibly simply 2020-03-22 12:46:10 +01:00