Merged urls.py.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Fri, 02 Oct 2009 11:24:49 -0400
changeset 21 afd266350231
parent 20 72ce0ed9133a
child 22 7c2788d9a251
Merged urls.py.
urls.py
--- a/urls.py	Fri Oct 02 11:24:21 2009 -0400
+++ b/urls.py	Fri Oct 02 11:24:49 2009 -0400
@@ -18,7 +18,7 @@
 
     # Uncomment the next line to enable the admin:
     # (r'^admin/', include(admin.site.urls)),
-    url (r'^$', 'conference.views.home'),
+    (r'^$', 'conference.views.home'),
     (r'^accounts/', include('registration.urls')),
     (r'^register/','conference.views.register'),
     (r'^logout/','conference.views.logout_view'),