Upgraded to Django 3.1.7

This commit is contained in:
Claude Paroz 2021-03-15 10:41:40 +01:00
parent e49f326611
commit bea8631ac9
2 changed files with 7 additions and 8 deletions

View file

@ -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'

View file

@ -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