Use relative includes in settings files

This commit is contained in:
Calen Pennington
2012-06-06 14:16:28 -04:00
parent fa42022ea7
commit 54756bf5e2
7 changed files with 13 additions and 13 deletions

View File

@@ -7,8 +7,8 @@ sessions. Assumes structure:
/mitx # The location of this repo
/log # Where we're going to write log files
"""
from envs.common import *
from envs.logsettings import get_logger_config
from .common import *
from .logsettings import get_logger_config
STATIC_GRAB = True