mirror of https://github.com/jumpserver/jumpserver
5 lines
96 B
Python
5 lines
96 B
Python
|
from django.dispatch import Signal
|
||
|
|
||
|
|
||
|
post_create_openid_user = Signal(providing_args=('user',))
|