wiki-eleves/WikiENS
Théophile Bastian d3f80f2339 Implement the structured groups backend
This implements a structured user group model, propagating its changes
to vanilla Django groups. It features cycle detection at save-time,
although this cycle detection can only be seen as a fallback and forms
should check the acyclicity of their changes before committing using the
provided class method.
2019-12-20 17:02:29 +01:00
..
__pycache__ initial commit 2017-10-06 14:17:13 +02:00
.gitignore Move settings.py -> settings.default.py 2019-12-15 23:11:35 +01:00
__init__.py initial commit 2017-10-06 14:17:13 +02:00
settings.default.py Implement the structured groups backend 2019-12-20 17:02:29 +01:00
urls.py Install django-allauth-ens 2017-10-18 17:08:13 +02:00
wsgi.py initial commit 2017-10-06 14:17:13 +02:00