diff -r 2b21f6434ce2 -r 243a7e90f3c3 urls.py --- a/urls.py Fri Oct 02 14:01:09 2009 +0530 +++ b/urls.py Fri Oct 02 14:01:48 2009 +0530 @@ -18,7 +18,7 @@ # Uncomment the next line to enable the admin: # (r'^admin/', include(admin.site.urls)), - url (r'^$', direct_to_template, {"template": "homepage.html"}, name="home"), + url (r'^$', 'conference.views.home'), (r'^accounts/', include('registration.urls')), (r'^register/','conference.views.register'), (r'^logout/','conference.views.logout'),