This website requires JavaScript.
Explore
Help
Sign In
infra
/
etesync
Watch
2
Star
0
Fork
You've already forked etesync
0
Code
Issues
Pull Requests
Packages
Activity
1a09393dcb
etesync
/
django_etebase
/
signals.py
4 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Signup: send a signal on account signup.
2020-09-02 09:54:27 +00:00
from
django
.
dispatch
import
Signal
Use black for code formatting and format the code Merge #65
2020-11-14 15:04:41 +00:00
user_signed_up
=
Signal
(
providing_args
=
[
"
request
"
,
"
user
"
]
)