all: fully switch to Invitation

This commit is contained in:
Jens Langhammer
2018-12-10 14:49:15 +01:00
parent 57f285ae54
commit d0099edac4
9 changed files with 73 additions and 37 deletions

View File

@ -4,7 +4,7 @@ from django.core.signals import Signal
# from django.db.models.signals import post_save, pre_delete
# from django.dispatch import receiver
# from passbook.core.models import Invite, User
# from passbook.core.models import Invitation, User
user_signed_up = Signal(providing_args=['request', 'user'])
# TODO: Send this signal in admin interface