csv details
[edumed.git] / edumed / settings / locale.py
index cfe4cc1..8bedb46 100644 (file)
@@ -15,7 +15,7 @@ LANGUAGES = (
 # timezone as the operating system.
 # If running in a Windows environment this must be set to the same as your
 # system time zone.
-TIME_ZONE = None
+TIME_ZONE = 'Europe/Warsaw'
 
 # Language code for this installation. All choices can be found here:
 # http://www.i18nguy.com/unicode/language-identifiers.html
@@ -33,7 +33,6 @@ USE_L10N = True
 USE_TZ = True
 
 CONTRIB_LOCALE_APPS = (
-    'pybb',
 )
 LOCALE_PATHS = (
     os.path.join(PROJECT_DIR, 'edumed/locale-contrib'),