rewrite models

This commit is contained in:
2022-09-04 13:33:45 +02:00
parent beb0ddff7e
commit e4ea057ecb
2 changed files with 160 additions and 14 deletions

View File

@@ -99,3 +99,5 @@ USE_L10N = False
USE_TZ = True
STATIC_URL = "/static/"
AUTH_USER_MODEL = "gaehsnitz.User"