app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 30 Jan 2009 22:00:49 +0000
changeset 1094 e143974a6e27
parent 54 03e267d67478
permissions -rw-r--r--
Factor out the getPattern logic from params This is to facilitate it's use by the document view later on. 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 *