Unscope URLCONF from mitx

This commit is contained in:
Matthew Mongeau
2012-07-10 17:37:42 -04:00
parent 1ac6e0a083
commit 347483203a
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ TEMPLATE_DEBUG = False
SITE_ID = 1
SITE_NAME = "localhost:8000"
HTTPS = 'on'
ROOT_URLCONF = 'mitx.cms.urls'
ROOT_URLCONF = 'cms.urls'
IGNORABLE_404_ENDS = ('favicon.ico')
# Email

View File

@@ -155,7 +155,7 @@ TEMPLATE_DEBUG = False
SITE_ID = 1
SITE_NAME = "localhost:8000"
HTTPS = 'on'
ROOT_URLCONF = 'mitx.lms.urls'
ROOT_URLCONF = 'lms.urls'
IGNORABLE_404_ENDS = ('favicon.ico')
# Email