Reverting the redirect of the top level page for now -- Vid reports problems under mod_python

- Legacy-Id: 734
This commit is contained in:
Henrik Levkowetz 2007-06-28 07:47:48 +00:00
parent d47734b693
commit 04280751bc

View file

@ -31,7 +31,7 @@ urlpatterns = patterns('',
(r'^meeting/', include('ietf.meeting.urls')),
(r'^accounts/', include('ietf.ietfauth.urls')),
(r'^$', 'ietf.redirects.views.redirect'),
(r'^$', ietf.views.apps),
# Uncomment this for admin:
(r'^admin/', include('django.contrib.admin.urls')),