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:
parent
499b3b6769
commit
b39b748eee
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ LOGIN_URL='/accounts/login'
|
|||
|
||||
ROOT_URLCONF = "pinaxcon.devmode_urls"
|
||||
|
||||
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
|
||||
|
|
Loading…
Reference in a new issue