4 lines
91 B
Python
4 lines
91 B
Python
from django.dispatch import Signal
|
|
|
|
# provides args: page, parent
|
|
init_new_page = Signal()
|