Skip to content

Commit

Permalink
Merge pull request #992 from mostthingsweb/patch-1
Browse files Browse the repository at this point in the history
Expose django_auth_superuser through __all__
  • Loading branch information
vitalik authored Dec 9, 2023
2 parents c03fb54 + 1b8ec76 commit cb16748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ninja/security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"SessionAuth",
"SessionAuthSuperUser",
"django_auth",
"django_auth_superuser",
]

django_auth = SessionAuth()
Expand Down

0 comments on commit cb16748

Please sign in to comment.