From 83de2fade7891535aabe1111de9a8f60fb113958 Mon Sep 17 00:00:00 2001 From: Eibriel Date: Wed, 22 Apr 2015 07:11:51 -0300 Subject: [PATCH] file_backend constrained to fs.filesi,attract-web --- attract/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/attract/settings.py b/attract/settings.py index 82f6f36d..099d57f7 100644 --- a/attract/settings.py +++ b/attract/settings.py @@ -157,6 +157,7 @@ files_schema = { 'backend': { 'type': 'string', 'required': True, + 'allowed': ["fs.files", "attract-web"] }, #'thumbnail': { # 'type': 'string',