Skip to content

Commit

Permalink
Expose django_auth_superuser through __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
mostthingsweb authored Dec 9, 2023
1 parent c03fb54 commit 1b8ec76
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 1b8ec76

Please sign in to comment.