urls.py
changeset 12 243a7e90f3c3
parent 8 f0b5ff862c6d
child 15 8de52278da5d
--- 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'),