From 7ec5b334afd8eed9e625858140898fa387e29ac6 Mon Sep 17 00:00:00 2001 From: Adolfo Fitoria Date: Tue, 15 Jan 2013 09:52:06 -0600 Subject: added ASKBOT_MULTILINGUAL to settings.py template, tests fails if this is not present --- askbot/setup_templates/settings.py | 7 +++++++ askbot/setup_templates/settings.py.mustache | 2 ++ 2 files changed, 9 insertions(+) diff --git a/askbot/setup_templates/settings.py b/askbot/setup_templates/settings.py index 237a1280..f2a98559 100644 --- a/askbot/setup_templates/settings.py +++ b/askbot/setup_templates/settings.py @@ -273,3 +273,10 @@ TINYMCE_DEFAULT_CONFIG = { #delayed notifications, time in seconds, 15 mins by default NOTIFICATION_DELAY_TIME = 60 * 15 + +GROUP_MESSAGING = { + 'BASE_URL_GETTER_FUNCTION': 'askbot.models.user_get_profile_url', + 'BASE_URL_PARAMS': {'section': 'messages', 'sort': 'inbox'} +} + +ASKBOT_MULTILINGUAL = False diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache index bd77e82e..76b40a6e 100644 --- a/askbot/setup_templates/settings.py.mustache +++ b/askbot/setup_templates/settings.py.mustache @@ -285,3 +285,5 @@ GROUP_MESSAGING = { 'BASE_URL_GETTER_FUNCTION': 'askbot.models.user_get_profile_url', 'BASE_URL_PARAMS': {'section': 'messages', 'sort': 'inbox'} } + +ASKBOT_MULTILINGUAL = False -- cgit v1.2.3-1-g7c22