|
|
|
@ -62,27 +62,27 @@ def initialize_extensions(app: DifyApp):
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
extensions = [
|
|
|
|
extensions = [
|
|
|
|
ext_app_metrics,
|
|
|
|
ext_timezone,
|
|
|
|
ext_blueprints,
|
|
|
|
ext_logging,
|
|
|
|
ext_celery,
|
|
|
|
ext_warnings,
|
|
|
|
ext_code_based_extension,
|
|
|
|
ext_import_modules,
|
|
|
|
ext_commands,
|
|
|
|
ext_set_secretkey,
|
|
|
|
ext_compress,
|
|
|
|
ext_compress,
|
|
|
|
|
|
|
|
ext_code_based_extension,
|
|
|
|
ext_database,
|
|
|
|
ext_database,
|
|
|
|
ext_hosting_provider,
|
|
|
|
ext_app_metrics,
|
|
|
|
ext_import_modules,
|
|
|
|
|
|
|
|
ext_logging,
|
|
|
|
|
|
|
|
ext_login,
|
|
|
|
|
|
|
|
ext_mail,
|
|
|
|
|
|
|
|
ext_migrate,
|
|
|
|
ext_migrate,
|
|
|
|
ext_otel,
|
|
|
|
|
|
|
|
ext_proxy_fix,
|
|
|
|
|
|
|
|
ext_redis,
|
|
|
|
ext_redis,
|
|
|
|
ext_sentry,
|
|
|
|
|
|
|
|
ext_set_secretkey,
|
|
|
|
|
|
|
|
ext_storage,
|
|
|
|
ext_storage,
|
|
|
|
ext_timezone,
|
|
|
|
ext_celery,
|
|
|
|
ext_warnings,
|
|
|
|
ext_login,
|
|
|
|
|
|
|
|
ext_mail,
|
|
|
|
|
|
|
|
ext_hosting_provider,
|
|
|
|
|
|
|
|
ext_sentry,
|
|
|
|
|
|
|
|
ext_proxy_fix,
|
|
|
|
|
|
|
|
ext_blueprints,
|
|
|
|
|
|
|
|
ext_commands,
|
|
|
|
|
|
|
|
ext_otel,
|
|
|
|
]
|
|
|
|
]
|
|
|
|
for ext in extensions:
|
|
|
|
for ext in extensions:
|
|
|
|
short_name = ext.__name__.split(".")[-1]
|
|
|
|
short_name = ext.__name__.split(".")[-1]
|
|
|
|
|