app/django/core/template_loader.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Aug 2009 22:00:07 +0530
changeset 2845 99121cc7181d
parent 54 03e267d67478
permissions -rw-r--r--
GHOPWorkSubmission model is made id_based and inherits from base. Also a reference property to GHOPOrganization is added in GHOPWorkSubmission model.

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

from django.template.loader import *