Skip to content

Commit

Permalink
Add admin backend todo
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Apr 16, 2024
1 parent a4e431e commit 510c110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/user/auth/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
© Ocado Group
Created on 01/02/2024 at 14:48:57(+00:00).
"""

# TODO: Create a custom auth backend for Django admin permissions
from .email_and_password import EmailAndPasswordBackend
from .first_name_and_password_and_class_id import (
FirstNameAndPasswordAndClassIdBackend,
Expand Down

0 comments on commit 510c110

Please sign in to comment.