app/django/core/template_loader.py
author Madhusudan C.S. <madhusudancs@gmail.com>
Mon, 03 Aug 2009 15:17:21 +0200
changeset 2716 9921ac952f13
parent 54 03e267d67478
permissions -rw-r--r--
Added minimum age property to Program model. This will allow hosts to specify a minium age requirement for Students wanting to participate in a program. Reviewed and edited 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 *