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 --- sitestatic/logos/apple-touch-icon-114x114.png | Bin 0 -> 3240 bytes sitestatic/logos/apple-touch-icon-57x57.png | Bin 0 -> 1638 bytes sitestatic/logos/apple-touch-icon-72x72.png | Bin 0 -> 2076 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 sitestatic/logos/apple-touch-icon-114x114.png create mode 100644 sitestatic/logos/apple-touch-icon-57x57.png create mode 100644 sitestatic/logos/apple-touch-icon-72x72.png (limited to 'sitestatic/logos') diff --git a/sitestatic/logos/apple-touch-icon-114x114.png b/sitestatic/logos/apple-touch-icon-114x114.png new file mode 100644 index 00000000..e6365ee2 Binary files /dev/null and b/sitestatic/logos/apple-touch-icon-114x114.png differ diff --git a/sitestatic/logos/apple-touch-icon-57x57.png b/sitestatic/logos/apple-touch-icon-57x57.png new file mode 100644 index 00000000..d2d78262 Binary files /dev/null and b/sitestatic/logos/apple-touch-icon-57x57.png differ diff --git a/sitestatic/logos/apple-touch-icon-72x72.png b/sitestatic/logos/apple-touch-icon-72x72.png new file mode 100644 index 00000000..170656e0 Binary files /dev/null and b/sitestatic/logos/apple-touch-icon-72x72.png differ -- cgit v1.2.3-55-g3dc8