Commit Graph

6 Commits

Author SHA1 Message Date
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
Dan McGee
a52a46cee2 Ignore other sqlite3 created files by default
If using the defaults, this will ignore archweb.db-journal, and we can
also ignore the files created when in WAL mode.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-11-27 14:42:11 -06:00
Dusty Phillips
43c7e87662 No More Doh 2009-05-04 20:30:09 -04:00
eliott
fe0a137f53 updated gitignore 2008-04-16 18:39:04 -07:00
eliott
cfe61acc13 updated ignore 2008-01-05 17:10:34 -08:00
eliott
39a548fd26 Initial import for public release...
Special Note
  Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
2007-11-03 03:45:10 -04:00