Age | Commit message (Collapse) | Author |
|
Their code stupidly grabs the environment variable during import, not
during the initialize call.
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
Thanks for your silly files, OS X.
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
Also add 'env/', a directory I frequently use for the virtualenv.
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
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>
|
|
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>
|
|
|
|
|
|
|
|
Special Note
Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
|