diff options
author | Wookey <wookey@wookware.org> | 2015-06-10 23:52:49 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2015-06-10 23:52:49 +0100 |
commit | 01d877d26e1bc227c917bbfe070a5db2d2ce6dbf (patch) | |
tree | 287a6f9abd6fe992593f3094326e73d222ace451 /registration/signals.py | |
parent | e06be10f7fb6eb7425443280bbb86c7c9abf3f73 (diff) | |
download | troggle-01d877d26e1bc227c917bbfe070a5db2d2ce6dbf.tar.gz troggle-01d877d26e1bc227c917bbfe070a5db2d2ce6dbf.tar.bz2 troggle-01d877d26e1bc227c917bbfe070a5db2d2ce6dbf.zip |
Use django-registration, not a local copy.
This old one is uses deprecated hashcompat.
Diffstat (limited to 'registration/signals.py')
-rw-r--r-- | registration/signals.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/registration/signals.py b/registration/signals.py deleted file mode 100644 index 2a6eed9..0000000 --- a/registration/signals.py +++ /dev/null @@ -1,8 +0,0 @@ -from django.dispatch import Signal - - -# A new user has registered. -user_registered = Signal(providing_args=["user"]) - -# A user has activated his or her account. -user_activated = Signal(providing_args=["user"]) |