app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 25 Oct 2009 16:28:43 -0700
changeset 3048 b89af35c74d3
parent 54 03e267d67478
permissions -rw-r--r--
Redone the request templates to work with the new ID-based request. Changes here also include upcoming View changes.

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

from django.template.loader import *