This website works better with JavaScript.
Explore
Help
Sign In
infra
/
etesync
Watch
2
Star
0
Fork
You've already forked etesync
0
Code
Issues
Pull Requests
Packages
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
006c5fc242
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '006c5fc242'
${ noResults }
etesync
/
django_etebase
/
signals.py
4 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Signup: send a signal on account signup.
4 years ago
from
django
.
dispatch
import
Signal
Use black for code formatting and format the code Merge #65
4 years ago
user_signed_up
=
Signal
(
providing_args
=
[
"
request
"
,
"
user
"
]
)