aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangopypi/urls.py')
-rw-r--r--djangopypi/urls.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/djangopypi/urls.py b/djangopypi/urls.py
index d6cccb5..79b16be 100644
--- a/djangopypi/urls.py
+++ b/djangopypi/urls.py
@@ -19,5 +19,6 @@ urlpatterns = patterns("djangopypi.views",
19 url(r'^(?P<dist_name>[\w\d_\.\-]+)/$', "show_links", 19 url(r'^(?P<dist_name>[\w\d_\.\-]+)/$', "show_links",
20 {'template_name': 'djangopypi/pypi_show_links.html'}, 20 {'template_name': 'djangopypi/pypi_show_links.html'},
21 name="djangopypi-pypi_show_links"), 21 name="djangopypi-pypi_show_links"),
22) 22
23 23 url(r'^search','search',name='djangopypi-search')
24) \ No newline at end of file