🐛(plugin) allow simple application name
This allows to use the application name, instead of the full path to the application configuration in the INSTALLED_PLUGINS setting.
This commit is contained in:
committed by
Sabrina Demagny
parent
2f1843e0e8
commit
a009f3ccb7
@@ -5,4 +5,4 @@ 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
|
||||
INSTALLED_PLUGINS=plugins.la_suite
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
INSTALLED_PLUGINS=plugins.la_suite.apps.LaSuitePluginConfig
|
||||
INSTALLED_PLUGINS=plugins.la_suite
|
||||
DNS_PROVISIONING_TARGET_ZONE=test.collectivite.fr
|
||||
|
||||
Reference in New Issue
Block a user