Browse Source

fix ROOT_URLCONF, remove markup app

Natenom/support-murmur-13-1446181288462
Michael Ziegler 11 years ago
parent
commit
f67c85c4bc
  1. 3
      pyweb/settings.py

3
pyweb/settings.py

@ -240,7 +240,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware'
)
ROOT_URLCONF = 'pyweb.urls'
ROOT_URLCONF = 'urls'
if THEME:
TEMPLATE_DIRS = [ join( MUMBLE_DJANGO_ROOT, 'themes', THEME ) ]
@ -279,7 +279,6 @@ INSTALLED_APPS = [
'django.contrib.admindocs',
'django.contrib.contenttypes',
'django.contrib.messages',
'django.contrib.markup',
'django.contrib.staticfiles',
'django.contrib.sessions',
'django.contrib.sites',

Loading…
Cancel
Save