WIP: File Preview support

This commit is contained in:
Eibriel
2015-05-08 11:28:58 -03:00
parent 7c68cb7fb4
commit 405b3c0a3d
3 changed files with 141 additions and 38 deletions

View File

@@ -178,7 +178,7 @@ class ValidateCustomFields(Validator):
def post_item(entry, data):
post_internal(entry, data)
return post_internal(entry, data)
app = Eve(validator=ValidateCustomFields, auth=CustomTokenAuth)