From 9cdc536fffc9e77903892c2b14e9462a6ec94ee5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 12 Jan 2011 10:08:29 -0600 Subject: Add arch-specific group overview pages This is easy enough to refactor and support with our current infrastructure and group-fetching functions. Signed-off-by: Dan McGee --- urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 75f2ae78..b0f58b9f 100644 --- a/urls.py +++ b/urls.py @@ -18,6 +18,7 @@ admin.autodiscover() urlpatterns = patterns('packages.views', (r'^groups/$', 'groups'), + (r'^groups/(?P[A-z0-9]+)/$', 'groups'), (r'^groups/(?P[A-z0-9]+)/(?P[A-z0-9\-+.]+)/$', 'group_details'), -- cgit v1.2.3-55-g3dc8