app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 22 Nov 2008 20:54:42 +0000
changeset 564 d928d226cfad
parent 54 03e267d67478
permissions -rw-r--r--
Hide the 'home' field until we have a proper document selector Rather than having a confusing 'home' field that lists all Linkables (in other words, everything in the database), we're better off hiding it for now.

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

from django.template.loader import *