forked from CGM_Public/pretix_original
The very basics of the plugin API
This commit is contained in:
5
src/tixlbase/signals.py
Normal file
5
src/tixlbase/signals.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import django.dispatch
|
||||
|
||||
determine_availability = django.dispatch.Signal(
|
||||
providing_args=["item", "variations", "context", "cache"]
|
||||
)
|
||||
Reference in New Issue
Block a user