from django.conf.urls.defaults import * from sage_days.sdi.views import register urlpatterns = patterns('', ('^register/$', register), )