evorepo/main
Dan McGee 943ef2e8e4 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 <dan@archlinux.org>
2011-12-05 23:06:10 -06:00
..
fixtures Update groups fixture 2011-12-05 16:48:53 -06:00
migrations Better support for non-latin full names 2011-11-21 10:08:23 -06:00
templatetags Convert to and enable staticfiles contrib application 2011-12-05 23:06:10 -06:00
__init__.py Moved models around 2008-03-08 00:13:41 -08:00
admin.py Add created column to Donor model 2011-11-01 16:56:40 -05:00
context_processors.py Get secure/unsecure checking actually working 2010-09-22 23:16:13 -05:00
fields.py Move main fields to separate module 2011-11-30 13:24:41 -06:00
middleware.py Pylint suggested and other cleanups 2011-10-11 19:29:15 -05:00
models.py Add master key overview page 2011-11-30 13:55:36 -06:00
utils.py Recent updates refactor 2011-07-05 09:48:10 -05:00