summaryrefslogtreecommitdiffstats
path: root/visualize/urls.py
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08Update urls.py to non relative importsJelle van der Waa1-1/+1
2018-04-08Change urls.py from patterns to list of url()Johannes Löthberg1-6/+9
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2012-11-13Move JSON keys view to public/ appDan McGee1-1/+0
This seems like a more appropriate place, and now the visualization is done here anyway so we should move the data backing it. Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-23Change Django urls.py importDan McGee1-1/+1
Until Django 1.3, the functions include(), patterns() and url() plus handler404, handler500 were located in a django.conf.urls.defaults module. In Django 1.4, they live in django.conf.urls. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-05Add pgp_keys visualize JSON viewDan McGee1-0/+1
This will be used for an SVG graph of all of the master and developer PGP keys. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-10-05Add package visualizations pageDan McGee1-0/+9
Why the hell not? Have fun clicking all the pretty buttons. Signed-off-by: Dan McGee <dan@archlinux.org>