1 2 3 4 5 6
# This also imports the include function from django.conf.urls.defaults import * urlpatterns = patterns('apps.changepw.views', url(r'^/$', 'change_password', name='changepw'), )