ArchiveBox/archivebox/abx/hookspec_django_apps.py

6 lines
134 B
Python

from .hookspec import hookspec
@hookspec
def ready(settings):
"""Called when the Django app.ready() is triggered"""
pass