ef65869c7c
# 63 Refactoring
...
* refactors django User model to custom User model to provide further attributes and methods directly on the user model
2022-01-12 12:56:22 +01:00
757fd16b13
#17 Update setup
...
* adds calling of update_codelist.py to setup.py
* removes unused data in setup_data.py
2021-10-13 09:10:48 +02:00
f4bfc0db6e
#17 Update setup
...
* removes unused organisation app from project
* removes null=True parameters for M2M fields in models
2021-10-13 09:04:01 +02:00
mipel
1ced6fdadd
User menu
...
* adds user notifications and management
2021-07-08 17:23:06 +02:00
mipel
a667173021
Permission rethinking
...
* No detailed permissions due to django constraints on model-based permissions
* instead: logic controlled permission by group membership
* adds translations
2021-07-02 09:34:39 +02:00
mipel
b4d1aea37f
Permission rethinking
...
* No detailed permissions due to django constraints on model-based permissions
* instead: logic controlled permission by group membership
* adds translations
2021-07-02 09:30:50 +02:00
mipel
a81351f468
Permission values
...
* adds raw permission values for all groups
2021-07-02 08:37:50 +02:00
mipel
972cbf5433
Refactoring to konova
2021-07-01 15:08:22 +02:00
mipel
947f50b11c
Refactoring to konova
2021-07-01 14:38:57 +02:00