summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 4a52998..e0df2da 100644
--- a/urls.py
+++ b/urls.py
@@ -108,6 +108,7 @@ urlpatterns = patterns('',
(r'^irc/$', direct_to_template, {'template': 'public/irc.html'}),
(r'^moreforums/$', 'archweb.public.views.moreforums'),
(r'^projects/$', 'archweb.public.views.projects'),
+ (r'^opensearch/packages/$', 'archweb.packages.views.opensearch'),
)
if settings.DEBUG == True: