mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-17 09:30:28 +08:00
8 lines
198 B
Python
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" |