jumpserver/apps/users/signals.py

5 lines
89 B
Python

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