mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
add print in junior list
This commit is contained in:
@ -106,6 +106,7 @@ class JuniorListAPIView(viewsets.ModelViewSet):
|
|||||||
print("auth_token====>", auth_token)
|
print("auth_token====>", auth_token)
|
||||||
print("headers_token====>", headers_token)
|
print("headers_token====>", headers_token)
|
||||||
print("os.getenv('BASE_URL')===>", os.getenv('BASE_URL'))
|
print("os.getenv('BASE_URL')===>", os.getenv('BASE_URL'))
|
||||||
|
print("url====>", os.getenv('BASE_URL') + '/api/v1/top-junior/')
|
||||||
url = requests.get(os.getenv('BASE_URL') + '/api/v1/top-junior/', headers=headers_token)
|
url = requests.get(os.getenv('BASE_URL') + '/api/v1/top-junior/', headers=headers_token)
|
||||||
print("url data====>",url)
|
print("url data====>",url)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user