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