Use outside packages.
[prawokultury.git] / prawokultury / settings.d / 30-locale.conf
old mode 100755 (executable)
new mode 100644 (file)
index 77c0f12..cafb273
@@ -5,6 +5,10 @@ LANGUAGES = (
     ('en', u'English'),
 )
 
+LOCALE_PATHS = [
+    path.join(PROJECT_DIR, 'prawokultury/locale-contrib')
+]
+
 # Local time zone for this installation. Choices can be found here:
 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
 # although not all choices may be available on all operating systems.
@@ -27,4 +31,6 @@ USE_I18N = True
 USE_L10N = True
 
 # If you set this to False, Django will not use timezone-aware datetimes.
-USE_TZ = False
+USE_TZ = True
+
+FORMAT_MODULE_PATH = "prawokultury.formats"