Rearrange source to src dir.
[redakcja.git] / src / catalogue / signals.py
1 from django.dispatch import Signal
2
3 post_publish = Signal()