Posts Tagged with 'django-rest-framework'

Django rest framework  authentication error “ TypeError: 'type' object is not iterable ” This error comes because "authentication_classes" expecting an iterable(list/tuple) but somehow it is getting something else. So it needs to check a few …

Last updated 2 years, 11 months ago | 4729 views

Tags:- Python Django django-rest-framework