@ -1,5 +1,3 @@
|
|||||||
import logging
|
|
||||||
|
|
||||||
from django.core.exceptions import (
|
from django.core.exceptions import (
|
||||||
ValidationError,
|
ValidationError,
|
||||||
)
|
)
|
||||||
|
@ -3,15 +3,11 @@ from django.contrib.auth.models import ContentType
|
|||||||
from django.db import models
|
from django.db import models
|
||||||
from django.core.exceptions import ValidationError
|
from django.core.exceptions import ValidationError
|
||||||
|
|
||||||
from rest_framework.reverse import reverse
|
|
||||||
from access.models.tenant import Tenant
|
|
||||||
|
|
||||||
from core.models.centurion import (
|
from core.models.centurion import (
|
||||||
CenturionModel,
|
CenturionModel,
|
||||||
CenturionSubModel,
|
CenturionSubModel,
|
||||||
)
|
)
|
||||||
|
|
||||||
from core.lib.feature_not_used import FeatureNotUsed
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user