♻️(plugins) rewrite plugin system as django app

This allow more flexibility around the installed plugins, this will
allow to add models in plugins if needed.
This commit is contained in:
Quentin BEY
2025-03-26 11:22:47 +01:00
committed by Sabrina Demagny
parent 4ced342062
commit 28fdee868d
20 changed files with 343 additions and 184 deletions

View File

@@ -4,3 +4,5 @@ BURST_THROTTLE_RATES="200/minute"
OAUTH2_PROVIDER_OIDC_ENABLED = True
OAUTH2_PROVIDER_VALIDATOR_CLASS: "mailbox_oauth2.validators.ProConnectValidator"
INSTALLED_PLUGINS=plugins.la_suite.apps.LaSuitePluginConfig

View File

@@ -1,2 +1,2 @@
ORGANIZATION_PLUGINS=plugins.organizations.NameFromSiretOrganizationPlugin,plugins.organizations.CommuneCreation
DNS_PROVISIONING_TARGET_ZONE=test.collectivite.fr
INSTALLED_PLUGINS=plugins.la_suite.apps.LaSuitePluginConfig
DNS_PROVISIONING_TARGET_ZONE=test.collectivite.fr