Commit e742400f by Tim Babych

add missed os.environ import in yaml_config

parent 3c45890e
......@@ -3,6 +3,7 @@ import yaml
from .common import * # pylint: disable=unused-wildcard-import, wildcard-import
from path import path
from django.core.exceptions import ImproperlyConfigured
from os import environ
###############################################################################
# Explicitly declare here in case someone changes common.py.
......
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