From 716a1052afcce076bce0057617079be7967139e8 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Wed, 15 Apr 2015 18:51:02 +0200 Subject: [PATCH] Removing unused media settings --- attract/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/attract/settings.py b/attract/settings.py index 9edfe97e..f4301219 100644 --- a/attract/settings.py +++ b/attract/settings.py @@ -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': {