Always import logsettings after common, so that paths are set

This commit is contained in:
Calen Pennington
2012-10-02 13:28:03 -04:00
parent bc69ed8c9e
commit 658bb622ba
2 changed files with 2 additions and 2 deletions

View File

@@ -3,8 +3,8 @@ This is the default template for our main set of AWS servers.
"""
import json
from logsettings import get_logger_config
from .common import *
from logsettings import get_logger_config
############################### ALWAYS THE SAME ################################
DEBUG = False

View File

@@ -8,8 +8,8 @@ Common traits:
"""
import json
from logsettings import get_logger_config
from .common import *
from logsettings import get_logger_config
############################### ALWAYS THE SAME ################################
DEBUG = False