diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-23 04:41:18 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-23 04:41:18 -0500 |
commit | 86f1ed1ecc94a6a298eb3f690155b03bf013ca78 (patch) | |
tree | 518194f004078e9f30f5939855f68653852f6a88 /mirrors/urls.py | |
parent | 6607bfb5d9997b26884cc86f40204c19c3ce13a3 (diff) | |
parent | f545de301a3188eefffb79de018d5fda2f03946d (diff) |
Merge branch 'master-nomake'
Diffstat (limited to 'mirrors/urls.py')
-rw-r--r-- | mirrors/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mirrors/urls.py b/mirrors/urls.py index 7cf76aa1..b1054380 100644 --- a/mirrors/urls.py +++ b/mirrors/urls.py @@ -9,6 +9,7 @@ urlpatterns = patterns('mirrors.views', (r'^locations/json/$', 'locations_json', {}, 'mirror-locations-json'), (r'^(?P<name>[\.\-\w]+)/$', 'mirror_details'), (r'^(?P<name>[\.\-\w]+)/json/$', 'mirror_details_json'), + (r'^(?P<name>[\.\-\w]+)/(?P<url_id>\d+)/$', 'url_details'), ) # vim: set ts=4 sw=4 et: |