Can you please share sample any sample code to understand with Django Packages do you want to achieve it.
Maybe this one helps you if you want to access the 3ed party API with the token.
headers = {'Authorization': 'Token 9054f7aa9305e012b3c2300408c3dfdf390fcddf'}
requests.get("http...", parms=payload, headers=headers)