From: Attila-Mihaly Balazs Date: Mon, 20 Jan 2014 09:35:47 +0000 (+0200) Subject: Remove DJANGO_VERSION from the recommended settings X-Git-Tag: live~24^2 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/4666ba35b4a230b00a2c82794d6fafde07eb4d0f Remove DJANGO_VERSION from the recommended settings - It adds a headache (it needs to be maintained) - It can already be obtained by djang.get_version() - forum_modules/updates/base.py already uses the above method to report the correct version --- diff --git a/settings_local.py.dist b/settings_local.py.dist index c50bc33..9ac25a5 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -52,7 +52,6 @@ TIME_ZONE = 'America/New_York' USE_I18N = True LANGUAGE_CODE = 'en' -DJANGO_VERSION = 1.1 OSQA_DEFAULT_SKIN = 'default' DISABLED_MODULES = ['books', 'recaptcha', 'project_badges']