app/django/test/signals.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 27 Aug 2009 11:15:35 +0200
changeset 2818 4107ff19203a
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added GHOP Student Logic. Note that on creation of a GHOPStudent a GAE Task is created to update the taskswith the new GHOPStudent reference. This is due to the fact that we allow users to claim task without being a registered Student. Reviewed by: Lennard de Rijk

from django.dispatch import Signal

template_rendered = Signal(providing_args=["template", "context"])