mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
add type hints to plugin config models
This commit is contained in:
parent
97b185987d
commit
777694eb1a
4 changed files with 36 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
# __package__ = 'archivebox.plugins.system'
|
||||
__package__ = 'archivebox.plugins.system'
|
||||
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
@ -6,7 +6,6 @@ from django.apps import AppConfig
|
|||
|
||||
class SystemPluginAppConfig(AppConfig):
|
||||
name = "plugins.system"
|
||||
# label = "ArchiveBox System"
|
||||
verbose_name = "Host System Configuration"
|
||||
|
||||
default_auto_field = "django.db.models.AutoField"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue