File upload on PUT requests

This commit is contained in:
2014-10-30 16:47:03 +01:00
parent 57b40a7dcb
commit b1ac405ef5
3 changed files with 56 additions and 8 deletions

View File

@@ -3,3 +3,5 @@ class Config(object):
class Development(Config):
STORAGE_PATH='/Volumes/PROJECTS/storage'
UPLOAD_FOLDER = '/Volumes/PROJECTS/storage_staging'
ALLOWED_EXTENSIONS = set(['txt', 'mp4', 'png', 'jpg', 'jpeg', 'gif', 'blend', 'zip'])