mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
чиним билд12
This commit is contained in:
@@ -2,4 +2,8 @@
|
||||
from .employee import Employee
|
||||
from .request import Request, RequestStatus, RequestPriority
|
||||
|
||||
# Регистрируем модели в правильном порядке
|
||||
Employee.requests # Инициализируем отношение
|
||||
Request.employee # Инициализируем отношение
|
||||
|
||||
__all__ = ['Employee', 'Request', 'RequestStatus', 'RequestPriority']
|
Reference in New Issue
Block a user