Add compatibility with Django 2.1

This commit is contained in:
Claude Paroz 2018-08-20 16:09:13 +02:00
parent 8b8508fd25
commit d1c17abad2
4 changed files with 6 additions and 3 deletions

View file

@ -103,6 +103,9 @@ STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesSto
ALLOWED_HOSTS = ['localhost', 'stages.pierre-coullery.ch']
# candidats admin shows confirmation_date readonly field twice.
SILENCED_SYSTEM_CHECKS = ['admin.E012']
FABRIC_HOST = 'stages.pierre-coullery.ch'
FABRIC_USERNAME = ''