From 90c2c367ad0a0dc80c4e023cc3e347057d57f055 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Fri, 31 Oct 2014 12:06:51 +0100 Subject: [PATCH] user authentic's serializers to export data --- compte_agglo_montpellier/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index 2e5975c..f42805d 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -597,3 +597,7 @@ CMS_PLUGIN_BLURP_RENDERERS = { 'ajax': False, } } + +SERIALIZATION_MODULES = { + 'json': 'authentic2.serializers', +}