app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 30 Nov 2008 22:15:39 +0000
changeset 635 2f5322ad1f5b
parent 54 03e267d67478
permissions -rw-r--r--
Moved sendInviteMessage to a new module in logic/helper/notifications.py. Renamed sendInviteMessage to sendInviteNotification. Removed the now obsolete imports in logic/models/request.py. This has been done to keep the models/logic modules clean.

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

from django.template.loader import *