Removing unused media settings

This commit is contained in:
2015-04-15 18:51:02 +02:00
parent 1158c666e5
commit 716a1052af

View File

@@ -9,10 +9,6 @@ RESOURCE_METHODS = ['GET', 'POST', 'DELETE']
# individual items (defaults to read-only item access).
ITEM_METHODS = ['GET', 'PUT', 'DELETE', 'PATCH']
MEDIA_ENDPOINT = 'test'
RETURN_MEDIA_AS_URL = True
RETURN_MEDIA_AS_BASE64_STRING = False
#EXTENDED_MEDIA_INFO = ['content_type', 'name', 'length']
users_schema = {
'firstname': {