jumpserver/apps/users/signals.py

6 lines
90 B
Python

from django.dispatch import Signal
post_user_create = Signal(providing_args=('user',))