Skip to content

Commit

Permalink
Merge branch 'master' of github.com:django/djangoproject.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobian committed Sep 15, 2011
2 parents a0422b0 + c43780f commit dd7d2e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions django_website/settings/www.py
Expand Up @@ -89,6 +89,7 @@
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware',
'django.contrib.redirects.middleware.RedirectFallbackMiddleware',
]
if PRODUCTION:
Expand Down
5 changes: 0 additions & 5 deletions django_website/urls/www.py
Expand Up @@ -66,8 +66,3 @@
"document_root": settings.MEDIA_ROOT,
}),
)

# flatpages need to be last b/c they match anything
urlpatterns += patterns('',
(r'', include('django.contrib.flatpages.urls')),
)

0 comments on commit dd7d2e7

Please sign in to comment.