Commit 5f325a4b by Julia Hansbrough

Merge pull request #2447 from edx/flowerhack/fix/update-language-settings

Removed LANGUAGE from devstack settings
parents a76e5bd6 cd95469b
......@@ -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
......
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