You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the views.py, the no longer existing adapter method get_user_signed_up_signal is used to get a signal named signed_up_signal. This now seems to be the signal user_signed_up from allauth.account.signals.
The text was updated successfully, but these errors were encountered:
django-invitations is part off jazzband, which means anyone can contribute commits to the code, but only the project leads can make releases on PyPI. You can find the list of project leads here: https://jazzband.co/projects/django-invitations
In the
views.py
, the no longer existing adapter methodget_user_signed_up_signal
is used to get a signal namedsigned_up_signal
. This now seems to be the signaluser_signed_up
fromallauth.account.signals
.The text was updated successfully, but these errors were encountered: