Skip to content
Snippets Groups Projects
Commit 4ccbf88b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fix (Upgrade) TinyMCE in admin

parent 765f939e
No related branches found
No related tags found
1 merge request!11Fix (Upgrade) TinyMCE in admin
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -152,8 +152,8 @@ INSTALLED_APPS = (
'VIPSWeb'
)
TINYMCE_DEFAULT_CONFIG = {'theme': "advanced", 'relative_urls': False}
TINYMCE_COMPRESSOR = True
TINYMCE_DEFAULT_CONFIG = {'theme': "silver", 'relative_urls': False}
TINYMCE_COMPRESSOR = False
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
......
......@@ -21,7 +21,7 @@
Django==4.1.5
Pillow
requests==2.28.1
django-tinymce==3.5.0
django-tinymce==3.6.1
python-dateutil==2.8.2
django-extensions
selenium
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment