X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/695023a09f7ed62d3a414dfc7c7b909fd0d1171b..ea799ca2d2906329f8c6662af4f0d2fc5885bf1f:/edumed/settings/locale.py diff --git a/edumed/settings/locale.py b/edumed/settings/locale.py index cfe4cc1..8bedb46 100644 --- a/edumed/settings/locale.py +++ b/edumed/settings/locale.py @@ -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'),