small
This commit is contained in:
@@ -5,6 +5,6 @@ from __future__ import unicode_literals
|
|||||||
|
|
||||||
from django.apps import AppConfig
|
from django.apps import AppConfig
|
||||||
|
|
||||||
# Store metadata for the app
|
# Store metadata for the app
|
||||||
class RowersConfig(AppConfig):
|
class RowersConfig(AppConfig):
|
||||||
name = 'rowers'
|
name = 'rowers'
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ https://docs.djangoproject.com/en/1.9/ref/settings/
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os
|
import os
|
||||||
from YamJam import yamjam
|
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
|
# Read configuration (passwords, keys, secrets) from YamJam configuration
|
||||||
# You have to create your own config.yaml in the project directory
|
# 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'),
|
# os.path.join(BASE_DIR, 'cvkbrno/locale'),
|
||||||
)
|
)
|
||||||
|
|
||||||
LANGUAGES = (
|
|
||||||
('cs',_(u'Czech')),
|
|
||||||
('nl',_(u'Dutch'))
|
|
||||||
)
|
|
||||||
|
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
LANGUAGE_COOKIE_NAME = 'wm_lang'
|
LANGUAGE_COOKIE_NAME = 'wm_lang'
|
||||||
|
|||||||
Reference in New Issue
Block a user