From d4340bc059c3178aa4927fe5b0b52985bd3686a7 Mon Sep 17 00:00:00 2001 From: Luan Date: Wed, 18 Dec 2013 13:33:27 -0200 Subject: [PATCH] Adding tastypie settings --- src/colab/custom_settings.py | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index 264d4c1..7f26296 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -298,6 +298,10 @@ CONVERSEJS_ALLOW_CONTACT_REQUESTS = False CONVERSEJS_SHOW_ONLY_ONLINE_USERS = True +# Tastypie settings +TASTYPIE_DEFAULT_FORMATS = ['json', ] + + try: from local_settings import * except ImportError: -- libgit2 0.21.2