From 48f51dea411885e510cb9aa2887e83be289232f6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 2 Feb 2012 14:12:46 -0600 Subject: Add a retro site view and link it to a URL This is from our friends at web.archive.org, who's earliest capture of the Arch Linux website was on March 28, 2002. Seems like something nice to do around the 10th anniversary of the website being up and the distro being around, and not hotlinking their servers also seems like a good idea. Signed-off-by: Dan McGee --- settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index a760ce8..9aba388 100644 --- a/settings.py +++ b/settings.py @@ -117,6 +117,7 @@ INSTALLED_APPS = ( 'public', 'releng', 'visualize', + 'retro', ) ## Server used for linking to PGP keysearch results -- cgit v1.2.3-24-g4f1b