Enhance User model: add email field with unique constraint, update id_card field to allow null values, and include verified field. Update UserAdmin to display verified field. Improve device listing to filter by logged-in user.
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m39s

This commit is contained in:
2025-03-28 22:25:30 +05:00
parent ddfbeba2f4
commit 43f9b7ef7c
9 changed files with 145 additions and 59 deletions

View File

@ -44,7 +44,6 @@ def authenticate_by_token(callback_token):
def create_callback_token_for_user(user, token_type):
token = None
token_type = token_type.upper()