diff --git a/rowers/apps.py b/rowers/apps.py index c14ad7d7..4cdc7101 100644 --- a/rowers/apps.py +++ b/rowers/apps.py @@ -5,6 +5,6 @@ from __future__ import unicode_literals from django.apps import AppConfig -# Store metadata for the app +# Store metadata for the app class RowersConfig(AppConfig): name = 'rowers' diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index 989164d6..08a55fea 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -17,7 +17,7 @@ https://docs.djangoproject.com/en/1.9/ref/settings/ # -*- coding: utf-8 -*- import os from YamJam import yamjam -from django.utils.translation import ugettext_lazy as _ +#from django.utils.translation import ugettext_lazy as _ # Read configuration (passwords, keys, secrets) from YamJam configuration # You have to create your own config.yaml in the project directory @@ -229,10 +229,6 @@ LOCALE_PATHS = ( # os.path.join(BASE_DIR, 'cvkbrno/locale'), ) -LANGUAGES = ( - ('cs',_(u'Czech')), - ('nl',_(u'Dutch')) - ) LANGUAGE_CODE = 'en-us' LANGUAGE_COOKIE_NAME = 'wm_lang'