Changeset - b39b748eeed9
[Not reviewed]
0 1 0
William Hughes - 6 years ago 2018-06-30 02:27:00
will@willhughes.name
Use local file storage for uploads in dev mode

Suplementary file upload already exists if you edit a proposal

Fix #85
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/devmode_settings.py
Show inline comments
...
 
@@ -7,3 +7,4 @@ LOGIN_URL='/accounts/login'
 

	
 
ROOT_URLCONF = "pinaxcon.devmode_urls"
 

	
 
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
0 comments (0 inline, 0 general)