1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-23 07:52:23 +00:00
nk20/apps/permission
2020-09-01 19:04:35 +02:00
..
api
fixtures Add a line to describe superusers, remove useless roles in rights table 2020-08-31 21:49:02 +02:00
migrations
templates/permission Use Debian font awesome 2020-09-01 14:33:38 +02:00
templatetags
tests Test and cover note app 2020-09-01 15:54:56 +02:00
__init__.py
admin.py 💄 Improve Django Admin 2020-08-01 15:13:29 +02:00
apps.py
backends.py Replace timezone.now().date() by date.today() 2020-08-16 00:35:13 +02:00
decorators.py Add backdoor to login as other users (in debug mode only) 2020-07-30 12:50:48 +02:00
models.py Don't log database changes when we check a permission 2020-08-14 19:00:57 +02:00
permissions.py Treasurers can of course click on buttons. Fix PATCH requests on the API 2020-07-29 12:25:53 +02:00
signals.py Raise permission denied on CreateView if you don't have the permission to create a sample instance, see #53 2020-08-13 15:20:15 +02:00
tables.py Some table accessors weren't updated 2020-09-01 19:04:35 +02:00
urls.py
views.py Order superusers by last name 2020-08-31 21:15:09 +02:00