evorepo/retro
Dan McGee 76c37ce3ac Replace deprecated direct_to_template() with render() shortcut
Now that Django actually provides a concise way to use a RequestContext
object without instantiating it, we can use that rather than the old
function-based generic view that worked well to do the same.
Additionally, these function-based generic views will be gone in Django
1.5, so might as well make the move now.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-24 19:57:20 -05:00
..
static Add favicon retro resources and correctly link them 2012-03-24 12:11:43 -05:00
templates/retro Convert retro pages to use {% retro_static %} template tag 2012-03-24 13:08:39 -05:00
templatetags Add retro_static template tag 2012-03-24 13:01:17 -05:00
__init__.py Add a retro site view and link it to a URL 2012-02-18 19:24:33 -06:00
models.py Add a retro site view and link it to a URL 2012-02-18 19:24:33 -06:00
tests.py Add a retro site view and link it to a URL 2012-02-18 19:24:33 -06:00
views.py Replace deprecated direct_to_template() with render() shortcut 2012-07-24 19:57:20 -05:00