Read Fabric user/host settings from Django settings

This commit is contained in:
Claude Paroz 2018-01-26 10:28:28 +01:00
parent 3f7a24769d
commit 6c0dbe6ba5
2 changed files with 12 additions and 4 deletions

View file

@ -103,6 +103,9 @@ STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesSto
ALLOWED_HOSTS = ['localhost', 'stages.pierre-coullery.ch']
FABRIC_HOST = 'stages.pierre-coullery.ch'
FABRIC_USERNAME = ''
# Mapping between column names of a tabular file and Student field names
STUDENT_IMPORT_MAPPING = {
'NOCLOEE': 'ext_id',