change markdown editor in admin (now I use https://github.com/pylixm/django-mdeditor)

This commit is contained in:
Timur
2025-03-03 11:31:15 +03:00
parent 8064eb9cba
commit c06cd72627
5 changed files with 22 additions and 2 deletions
+3
View File
@@ -271,6 +271,8 @@ DEFAULT_CHARSET = "utf-8"
FORCE_SCRIPT_NAME = None
X_FRAME_OPTIONS = "SAMEORIGIN"
INTERNAL_IPS = env(
"DJANGO_INTERNAL_IPS",
list,
@@ -440,6 +442,7 @@ INSTALLED_APPS = [
"minio_storage",
"tinymce",
"martor",
"mdeditor",
# Internal apps
"apps.core",
"apps.user",