mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-06-21 19:10:45 -04:00
10 lines
222 B
Python
10 lines
222 B
Python
__package__ = "archivebox.plugins"
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class PluginsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "archivebox.plugins"
|
|
verbose_name = "Plugins"
|