Refactor registers to flat membership model and move apps to root
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 2m12s
CI/CD Pipeline / Run Tests (push) Failing after 2m14s
CI/CD Pipeline / Run API Inventory E2E Tests (push) Has been skipped
CI/CD Pipeline / Telegram Notify Success (push) Has been skipped

This commit is contained in:
2026-04-22 13:33:33 +02:00
parent c26df87d80
commit 1249071a33
49 changed files with 221 additions and 391 deletions

View File

@@ -23,7 +23,7 @@ from apps.parsers.models import (
InspectionRecord,
ProcurementRecord,
)
from apps.registers.models import Organization
from registers.models import Organization
from cryptography.hazmat.primitives.ciphers.aead import AESGCM
from django.conf import settings
from django.utils import timezone