# This also imports the include function from django.conf.urls.defaults import * urlpatterns = patterns('changepw.views', (r'^$', 'change_password'), )