user authentic's serializers to export data

This commit is contained in:
Serghei Mihai 2014-10-31 12:06:51 +01:00
parent 4a67f421a8
commit 90c2c367ad
1 changed files with 4 additions and 0 deletions

View File

@ -597,3 +597,7 @@ CMS_PLUGIN_BLURP_RENDERERS = {
'ajax': False,
}
}
SERIALIZATION_MODULES = {
'json': 'authentic2.serializers',
}