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', +}