mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 21:27:10 +00:00
change markdown editor in admin (now I use https://github.com/pylixm/django-mdeditor)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user