This commit is contained in:
ismail 2025-12-11 17:07:27 +03:00
parent 0ea8f563a9
commit 3ff90d8e69
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,6 @@ INSTALLED_APPS = [
"widget_tweaks",
"easyaudit",
"secured_fields",
]

View File

@ -16,7 +16,8 @@ from django.db.models.fields.json import KeyTransform, KeyTextTransform
from django_countries.fields import CountryField
from django_ckeditor_5.fields import CKEditor5Field
from django_extensions.db.fields import RandomCharField
from django.contrib.postgres.validators import MinValueValidator, MaxValueValidatorfrom secured_fields import EncryptedCharField
from django.contrib.postgres.validators import MinValueValidator, MaxValueValidator
from secured_fields import EncryptedCharField
from typing import List, Dict, Any