From 943ef2e8e436a32ce5dc956c4d855866cd644cc1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 5 Dec 2011 23:06:10 -0600 Subject: Convert to and enable staticfiles contrib application This moves our site static files into the sitestatic directory if they are shared resources, and also moves a handful of things (such as the artwork logos) into application-specific static/ directories. This allows the staticfiles contrib app to work after a few settings tweaks, a run of collectstatic, and massaging the hardcoded '/media/' prefix out of our templates. Django 1.4 is going to make this a lot easier to move things to a CDN and provides better template tags; for now this is setting the stage before we can move to that. Signed-off-by: Dan McGee --- templates/packages/details.html | 2 +- templates/packages/differences.html | 4 ++-- templates/packages/groups.html | 3 ++- templates/packages/opensearch.xml | 2 +- templates/packages/packages_list.html | 3 ++- templates/packages/signoffs.html | 4 ++-- templates/packages/stale_relations.html | 4 ++-- 7 files changed, 12 insertions(+), 10 deletions(-) (limited to 'templates/packages') diff --git a/templates/packages/details.html b/templates/packages/details.html index ef6ee98..1e3a294 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -233,7 +233,7 @@ {% load cdn %}{% jquery %} - + diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 6c06ae2..33455d2 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -58,8 +58,8 @@ {% load cdn %}{% jquery %} - - + + + + + + - + + - + +