mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 23:37:58 +10:00
migrate plugin loading process to new pluggy-powered system based on djp
This commit is contained in:
@@ -259,5 +259,5 @@ class ChromePlugin(BasePlugin):
|
||||
|
||||
|
||||
PLUGIN = ChromePlugin()
|
||||
PLUGIN.register(settings)
|
||||
# PLUGIN.register(settings)
|
||||
DJANGO_APP = PLUGIN.AppConfig
|
||||
|
||||
@@ -99,5 +99,5 @@ class ReadabilityPlugin(BasePlugin):
|
||||
|
||||
|
||||
PLUGIN = ReadabilityPlugin()
|
||||
PLUGIN.register(settings)
|
||||
# PLUGIN.register(settings)
|
||||
DJANGO_APP = PLUGIN.AppConfig
|
||||
|
||||
@@ -134,5 +134,5 @@ class SinglefilePlugin(BasePlugin):
|
||||
|
||||
|
||||
PLUGIN = SinglefilePlugin()
|
||||
PLUGIN.register(settings)
|
||||
# PLUGIN.register(settings)
|
||||
DJANGO_APP = PLUGIN.AppConfig
|
||||
|
||||
@@ -97,5 +97,5 @@ class YtdlpPlugin(BasePlugin):
|
||||
|
||||
|
||||
PLUGIN = YtdlpPlugin()
|
||||
PLUGIN.register(settings)
|
||||
# PLUGIN.register(settings)
|
||||
DJANGO_APP = PLUGIN.AppConfig
|
||||
|
||||
Reference in New Issue
Block a user