Read Fabric user/host settings from Django settings
This commit is contained in:
parent
3f7a24769d
commit
6c0dbe6ba5
2 changed files with 12 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue