mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
6 lines
134 B
Python
6 lines
134 B
Python
from .hookspec import hookspec
|
|
|
|
@hookspec
|
|
def ready(settings):
|
|
"""Called when the Django app.ready() is triggered"""
|
|
pass
|