Refactor registers to flat membership model and move apps to root
Some checks failed
Some checks failed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user