rename users app to user

This commit is contained in:
Timur Kh.
2025-03-01 00:37:00 +03:00
parent af7722eb0a
commit 0946319f18
9 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from django.conf import settings
from django.http import HttpRequest
from ninja.security import HttpBearer
from apps.users.models import User
from apps.user.models import User
class BearerAuth(HttpBearer):