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

@@ -34,7 +34,7 @@ from apps.parsers.models import (
ProcurementRecord,
Proxy,
)
from apps.registers.models import Organization
from registers.models import Organization
from django.conf import settings
from django.db import IntegrityError, transaction
from django.db.models import Q