1
0
Fork 0
mirror of synced 2024-06-14 08:25:21 +12:00
ArchiveBox/archivebox/plugins/replaywebpage/apps.py
2024-01-17 05:14:43 -08:00

8 lines
198 B
Python

from django.apps import AppConfig
class ReplayWebPageConfig(AppConfig):
label = "ReplayWeb.Page"
name = "plugin_replaywebpage"
default_auto_field = "django.db.models.BigAutoField"