sdi/site/urls.py
author nishanth
Sat, 29 May 2010 11:41:52 +0530
changeset 18 7d587311a4b5
parent 10 e6aac19d8a25
child 22 1df4b0e0d45c
permissions -rw-r--r--
added blank in topics_interested field in models

from django.conf.urls.defaults import *

from sage_days.sdi.views import register
urlpatterns = patterns('',
                       ('^register/$', register),
                      )