mirror of
https://github.com/etesync/server
synced 2024-11-19 07:18:08 +00:00
ada5181a7e
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()
|