Commit cd95469b by Julia Hansbrough

Removed LANGUAGE from devstack settings

parent 5a722b90
...@@ -7,9 +7,6 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import ...@@ -7,9 +7,6 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
DEBUG = True DEBUG = True
USE_I18N = True USE_I18N = True
TEMPLATE_DEBUG = True TEMPLATE_DEBUG = True
LANGUAGES = (
('eo', 'Esperanto'),
)
# By default don't use a worker, execute tasks as if they were local functions # By default don't use a worker, execute tasks as if they were local functions
CELERY_ALWAYS_EAGER = True CELERY_ALWAYS_EAGER = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment