From ab9162ac1413b5f59833f7f710863643766ee2f5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 5 Dec 2011 21:57:33 -0600 Subject: Add pgp_keys visualize JSON view This will be used for an SVG graph of all of the master and developer PGP keys. Signed-off-by: Dan McGee --- visualize/urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'visualize/urls.py') diff --git a/visualize/urls.py b/visualize/urls.py index 57ee0626..02d83bec 100644 --- a/visualize/urls.py +++ b/visualize/urls.py @@ -4,6 +4,7 @@ urlpatterns = patterns('visualize.views', (r'^$', 'index', {}, 'visualize-index'), (r'^by_arch/$', 'by_arch', {}, 'visualize-byarch'), (r'^by_repo/$', 'by_repo', {}, 'visualize-byrepo'), + (r'^pgp_keys/$', 'pgp_keys', {}, 'visualize-pgp_keys'), ) # vim: set ts=4 sw=4 et: -- cgit v1.2.3-55-g3dc8