summaryrefslogtreecommitdiffstats
path: root/registration/signals.py
diff options
context:
space:
mode:
Diffstat (limited to 'registration/signals.py')
-rw-r--r--registration/signals.py8
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"])