fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix
[redakcja.git]
/
src
/
documents
/
signals.py
1
# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
2
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3
#
4
from django.dispatch import Signal
5
6
post_publish = Signal()