added LOCALE_PATHS to openslides_settings to avoid deprication in Django 1.5
This commit is contained in:
parent
c52f8f3ca7
commit
f8f6e712a7
@ -59,6 +59,10 @@ USE_I18N = True
|
|||||||
# calendars according to the current locale
|
# calendars according to the current locale
|
||||||
USE_L10N = True
|
USE_L10N = True
|
||||||
|
|
||||||
|
LOCALE_PATHS = (
|
||||||
|
_fs2unicode(os.path.join(SITE_ROOT, 'locale'))
|
||||||
|
)
|
||||||
|
|
||||||
# Absolute path to the directory that holds media.
|
# Absolute path to the directory that holds media.
|
||||||
# Example: "/home/media/media.lawrence.com/"
|
# Example: "/home/media/media.lawrence.com/"
|
||||||
MEDIA_ROOT = _fs2unicode(os.path.join(SITE_ROOT, './static/'))
|
MEDIA_ROOT = _fs2unicode(os.path.join(SITE_ROOT, './static/'))
|
||||||
|
Loading…
Reference in New Issue
Block a user