diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-28 17:58:13 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-28 17:58:13 -0500 |
commit | bfe6afcd7ac5ae7b6f07caa7b02a33fec710ebda (patch) | |
tree | ec1a4d740d1d594af4646c15118bbf998cd062aa /urls.py | |
parent | 11962fab9da3839564fb132109267b8cd6feb6ac (diff) |
Rename isotests to releng
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,11 +73,11 @@ urlpatterns += patterns('', (r'^mirrors/', include('mirrors.urls')), (r'^news/', include('news.urls')), (r'^packages/', include('packages.urls')), + (r'^releng/', include('releng.urls')), (r'^todo/', include('todolists.urls')), (r'^opensearch/packages/$', 'packages.views.opensearch', {}, 'opensearch-packages'), (r'^todolists/$','todolists.views.public_list'), - (r'^isotests/', include('isotests.urls')), ) if settings.DEBUG == True: |