Skip to content

Commit

Permalink
fix: drop guardian settings
Browse files Browse the repository at this point in the history
guardian is not used anymore in apis
  • Loading branch information
b1rger committed Aug 21, 2023
1 parent c3e30a5 commit 167531e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apis_acdhch_default_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"rest_framework.authtoken",
# "drf_yasg",
"drf_spectacular",
"guardian",
"charts",
"csvexport",
"apis_ontology",
Expand Down Expand Up @@ -162,7 +161,6 @@

AUTHENTICATION_BACKENDS = (
"django.contrib.auth.backends.ModelBackend", # this is default
"guardian.backends.ObjectPermissionBackend",
)

MIDDLEWARE = [
Expand Down

0 comments on commit 167531e

Please sign in to comment.