use local name

This commit is contained in:
j 2013-10-24 13:37:38 +00:00
parent dbaca5cb2a
commit 4fff8b0ddb

View file

@ -87,7 +87,7 @@ MIDDLEWARE_CLASSES = (
'ox.django.middleware.ChromeFrameMiddleware',
)
ROOT_URLCONF = 'pandora.urls'
ROOT_URLCONF = 'urls'
TEMPLATE_DIRS = (
join(PROJECT_ROOT, 'templates'),
@ -138,7 +138,7 @@ LOGGING = {
'handlers': {
'errors': {
'level': 'ERROR',
'class': 'pandora.log.utils.ErrorHandler'
'class': 'log.utils.ErrorHandler'
}
},
'loggers': {