]> git.ozlabs.org Git - patchwork/commit
settings: Use class-based template loading API
authorJeremy Kerr <jk@ozlabs.org>
Sun, 17 Jun 2012 07:36:41 +0000 (15:36 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 17 Jun 2012 08:10:24 +0000 (16:10 +0800)
commite5dbc3283ce9b3ea817339cc0ec3056f04fbf897
tree838da0b5f8590a8f0c61b7c7bc232378fb9bd9f1
parent7a79c1a2e4b2ceaf2668fa671f2db98c0de7b724
settings: Use class-based template loading API

The TEMPLATE_LOADERS setting changed in django-1.2. Template loaders are
now based on calsses rather than callables.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/settings.py