update
This commit is contained in:
parent
0ea8f563a9
commit
3ff90d8e69
@ -67,7 +67,6 @@ INSTALLED_APPS = [
|
|||||||
"widget_tweaks",
|
"widget_tweaks",
|
||||||
"easyaudit",
|
"easyaudit",
|
||||||
"secured_fields",
|
"secured_fields",
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,8 @@ from django.db.models.fields.json import KeyTransform, KeyTextTransform
|
|||||||
from django_countries.fields import CountryField
|
from django_countries.fields import CountryField
|
||||||
from django_ckeditor_5.fields import CKEditor5Field
|
from django_ckeditor_5.fields import CKEditor5Field
|
||||||
from django_extensions.db.fields import RandomCharField
|
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
|
from typing import List, Dict, Any
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user