Setup ManifestStaticFilesStorage
This commit is contained in:
parent
f8b1afcf72
commit
e28dd82aa5
7 changed files with 19 additions and 14 deletions
|
|
@ -112,6 +112,8 @@ INSTALLED_APPS = (
|
|||
|
||||
FILE_UPLOAD_HANDLERS = ["django.core.files.uploadhandler.TemporaryFileUploadHandler"]
|
||||
|
||||
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|
||||
|
||||
ALLOWED_HOSTS = ['localhost', 'stages.pierre-coullery.ch']
|
||||
|
||||
# Mapping between column names of a tabular file and Student field names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue