1
0
Fork 0
mirror of synced 2024-07-16 11:46:03 +12:00
ArchiveBox/archivebox/plugins/replaywebpage/apps.py

8 lines
198 B
Python
Raw Normal View History

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