Removed LANGUAGE from devstack settings

This commit is contained in:
Julia Hansbrough
2014-02-03 21:44:04 +00:00
parent 5a722b9048
commit cd95469b18

View File

@@ -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