add login api

This commit is contained in:
behruz-dev
2025-08-01 10:16:36 +05:00
parent f89a257553
commit 0a2127d826
22 changed files with 307 additions and 7 deletions

View File

@@ -136,5 +136,6 @@ MEDIA_ROOT = BASE_DIR / 'resources/media'
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
AUTH_USER_MODEL = 'accounts.User'
from config.conf import *