style
[redakcja.git] / apps / catalogue / signals.py
1 # -*- coding: utf-8 -*-
2 from django.dispatch import Signal
3
4 post_publish = Signal()