diff --git a/common/settings.py b/common/settings.py index 69e9b2b..11d90b8 100644 --- a/common/settings.py +++ b/common/settings.py @@ -111,18 +111,17 @@ DOMAINE_COULEURS = { 'D8': '#babdb6' } -FABRIC_HOST = 'stages.pierre-coullery.ch' +FABRIC_HOST = 'gestion.pierre-coullery.ch' FABRIC_USERNAME = '' TINYMCE_DEFAULT_CONFIG = { 'plugins': "table,spellchecker,paste,searchreplace", - 'theme': "advanced", + 'theme': "silver", 'cleanup_on_startup': True, 'custom_undo_redo_levels': 10, 'theme_advanced_resizing': True, } TINYMCE_SPELLCHECKER = True -TINYMCE_COMPRESSOR = True PDF_FOOTER_TEXT = 'Ecole Santé-social Pierre-Coullery | Prévoyance 82 - 2300 La Chaux-de-Fonds | 032 886 33 00 | cifom-epc@rpn.ch' diff --git a/requirements.txt b/requirements.txt index cff7c81..b3d6efc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -Django==3.0.1 -django-tinymce==2.8.0 -openpyxl==3.0.2 -Pillow==6.2.1 -reportlab==3.5.32 +Django==3.1.7 +django-tinymce==3.2.0 +openpyxl==3.0.7 +Pillow==8.1.2 +reportlab==3.5.57