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

@@ -13,9 +13,9 @@ import socket
if 'eecs1' in socket.gethostname():
MITX_ROOT_URL = '/mitx2'
from envs.common import *
from envs.logsettings import get_logger_config
from dev import *
from .common import *
from .logsettings import get_logger_config
from .dev import *
if 'eecs1' in socket.gethostname():
MITX_ROOT_URL = '/mitx2'