Skip to content

Commit 2cfc3dd

Browse files
Revert "refactor: add casbin adapter to common to avoid build failing"
This reverts commit 688bb9f.
1 parent 54b952c commit 2cfc3dd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

openedx_authz/settings/common.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ def plugin_settings(settings):
1717
settings: The Django settings object
1818
"""
1919
# Add external third-party apps to INSTALLED_APPS
20-
casbin_adapter_app = "casbin_adapter.apps.CasbinAdapterConfig"
21-
if casbin_adapter_app not in settings.INSTALLED_APPS:
22-
settings.INSTALLED_APPS.append(casbin_adapter_app)
2320

2421
# Add Casbin configuration
2522
settings.CASBIN_MODEL = os.path.join(

0 commit comments

Comments
 (0)