diff options
Diffstat (limited to 'postgresqleu/urls.py')
-rw-r--r-- | postgresqleu/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postgresqleu/urls.py b/postgresqleu/urls.py index 471fae03..d3e6f159 100644 --- a/postgresqleu/urls.py +++ b/postgresqleu/urls.py @@ -160,6 +160,7 @@ urlpatterns = patterns('', # Account info callbacks (r'^accountinfo/search/$', postgresqleu.accountinfo.views.search), + (r'^accountinfo/import/$', postgresqleu.accountinfo.views.importuser), # This should not happen in production - serve by apache! url(r'^(favicon.ico)$', 'django.views.static.serve', { |