Merge branch 'master' into funding
[wolnelektury.git] / wolnelektury / settings / locale.py
index 121814a..5069051 100644 (file)
@@ -1,10 +1,11 @@
 # -*- coding: utf-8 -*-
 from os import path
-from settings.paths import PROJECT_DIR
+from .paths import PROJECT_DIR
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
 USE_I18N = True
+USE_L10N = True
 
 LOCALE_PATHS = [
     path.join(PROJECT_DIR, 'locale-contrib')