1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

чиним билд12

This commit is contained in:
MoonTestUse1
2025-01-02 00:29:04 +06:00
parent 7c36382917
commit 2e230b7257
3 changed files with 15 additions and 3 deletions

View File

@@ -2,4 +2,8 @@
from .employee import Employee
from .request import Request, RequestStatus, RequestPriority
# Регистрируем модели в правильном порядке
Employee.requests # Инициализируем отношение
Request.employee # Инициализируем отношение
__all__ = ['Employee', 'Request', 'RequestStatus', 'RequestPriority']