Refactoring

* splits ema/models.py into subpackage
* splits konova/models.py into subpackage
* splits user/models.py into subpackage
This commit is contained in:
2021-11-15 17:41:52 +01:00
parent 26ae6bc96b
commit 65f02c5111
11 changed files with 252 additions and 160 deletions

10
user/models/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
"""
Author: Michel Peltriaux
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
Contact: michel.peltriaux@sgdnord.rlp.de
Created on: 15.11.21
"""
from .user_action import *
from .konova_user import *
from .notification import *