Intervention tables and model adjustments

* adds user access relation to certain models
* adds pagination to tables
* adds checked_on/_by attributes to intervention model
* adds custom column rendering for checked and registered columns
* adds first simple index filtering of default interventions for user
* adds translations
This commit is contained in:
mipel
2021-07-21 15:40:34 +02:00
parent 704137216f
commit d139119a15
10 changed files with 170 additions and 43 deletions

View File

@@ -144,7 +144,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
DEFAULT_DATE_TIME_FORMAT = 'YYYY-MM-DD hh:mm:ss'
DEFAULT_DATE_TIME_FORMAT = '%d.%m.%Y %H:%M:%S'
TIME_ZONE = 'Europe/Berlin'