app/django/core/template_loader.py
author Daniel Hans <daniel.m.hans@gmail.com>
Sun, 08 Nov 2009 12:11:14 -0800
changeset 3082 da8cc38cabe9
parent 54 03e267d67478
permissions -rw-r--r--
TaskArbritraryTag now has auto_delete set to True by default. Reviewed by: Lennard de Rijk

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

from django.template.loader import *