Removed LANGUAGE from devstack settings
This commit is contained in:
@@ -7,9 +7,6 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
|
||||
DEBUG = True
|
||||
USE_I18N = True
|
||||
TEMPLATE_DEBUG = True
|
||||
LANGUAGES = (
|
||||
('eo', 'Esperanto'),
|
||||
)
|
||||
# By default don't use a worker, execute tasks as if they were local functions
|
||||
CELERY_ALWAYS_EAGER = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user