from django.dispatch import Signal

# Provides arguments "request" and "user"
user_signed_up = Signal()