mirror of
https://github.com/etesync/server
synced 2025-02-07 06:02:36 +00:00
![Xiretza](/assets/img/avatar_default.png)
This is in preparation for creating a python package, which should only occupy the "etebase_server" name in the global module namespace.
5 lines
104 B
Python
5 lines
104 B
Python
from django.dispatch import Signal
|
|
|
|
# Provides arguments "request" and "user"
|
|
user_signed_up = Signal()
|