]> git.openstreetmap.org Git - osqa.git/commitdiff
Remove DJANGO_VERSION from the recommended settings
authorAttila-Mihaly Balazs <dify.ltd@gmail.com>
Mon, 20 Jan 2014 09:35:47 +0000 (11:35 +0200)
committerAttila-Mihaly Balazs <dify.ltd@gmail.com>
Mon, 20 Jan 2014 09:35:47 +0000 (11:35 +0200)
- 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

settings_local.py.dist

index c50bc33148c12b0933380799937dc4fb3a47d09f..9ac25a581ec7a19bb2d306509ccbee981e864a27 100644 (file)
@@ -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']