app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 15 Feb 2009 14:56:30 +0000
changeset 1341 1b4b4a9ac17b
parent 54 03e267d67478
permissions -rw-r--r--
Add an as_readonly_table filter Results in a very plain table, with no error messages etc. Intended use is in combination with PTW's. Patch by: Sverre Rabbelier

# This module is DEPRECATED!
#
# You should no longer be using django.template_loader.
#
# Use django.template.loader instead.

from django.template.loader import *