urls.py
changeset 8 f0b5ff862c6d
parent 6 4e819dd96e1f
child 12 243a7e90f3c3
--- a/urls.py	Fri Sep 25 00:55:37 2009 +0530
+++ b/urls.py	Fri Sep 25 23:54:25 2009 +0530
@@ -19,6 +19,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"),
+    (r'^accounts/', include('registration.urls')),
     (r'^register/','conference.views.register'),
     (r'^logout/','conference.views.logout'),
     (r'^regthank/(?P<id>\d+)/$', 'conference.views.regthank'),