set supported versions for django tinymce, use embedded tinymce

This commit is contained in:
Hans-Christoph Steiner 2020-10-08 11:16:22 +02:00
parent e044e191fc
commit 3f99397053
3 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# These requirements are not yet in Debian
django-background-tasks==1.1.13
django-tinymce
django-tinymce >=2.6.0, <3

View File

@ -10,7 +10,6 @@
"dialog-polyfill": "~0.4.8",
"material-design-icons-iconfont": "4.0.2",
"material-design-lite": "^1.3.0",
"roboto-fontface": ">=0.8.0",
"tinymce": ">=3.0.1"
"roboto-fontface": ">=0.8.0"
}
}

View File

@ -23,7 +23,7 @@ setup(
install_requires=[
'django >=1.11.29, < 1.12',
'django-allauth',
'django-tinymce',
'django-tinymce >=2.6.0, <3',
'django-js-reverse',
'django-compressor',
'django-sass-processor',