debug log ip

This commit is contained in:
Parsa Nazer
2025-02-21 01:22:22 +03:30
parent ed536490eb
commit a2542ec709
+1
View File
@@ -8,6 +8,7 @@ from rest_framework_simplejwt.token_blacklist.models import BlacklistedToken, Ou
import hashlib
from django.contrib import admin
from django.conf import settings
import requests
class UserManager(BaseUserManager):
def create_user(self, phone, password=None):
if not phone: