Merge branch 'master' into master

This commit is contained in:
Claude Paroz 2017-12-05 16:18:42 +01:00 committed by GitHub
commit bc033cbcf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 535 additions and 137 deletions

View file

@ -108,6 +108,7 @@ INSTALLED_APPS = (
'tabimport',
'stages',
'candidats',
)
FILE_UPLOAD_HANDLERS = ["django.core.files.uploadhandler.TemporaryFileUploadHandler"]