app/django/core/template_loader.py
author JamesLevy <jamesalexanderlevy@gmail.com>
Thu, 23 Jul 2009 16:56:00 -0700
changeset 2669 c28e2dc4cd51
parent 54 03e267d67478
permissions -rw-r--r--
seed_db now creates fixture student project entities, and corresponding project surveys and grading surveys for debugging purposes.

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

from django.template.loader import *