Use local file storage for uploads in dev mode

Suplementary file upload already exists if you edit a proposal

Fix #85
This commit is contained in:
William Hughes 2018-06-30 14:19:57 +12:00 committed by Tobias S
parent 499b3b6769
commit b39b748eee

View file

@ -7,3 +7,4 @@ LOGIN_URL='/accounts/login'
ROOT_URLCONF = "pinaxcon.devmode_urls"
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'