OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning django-rest-framework

django-rest-framework blog posts, coding tips and trick in a bitesize to help you learn django-rest-framework.

Access route without authentication in Django rest framework

How to access a route without authentication in Django rest framework, when the best setting has DEFAULT_PERMISSION_CLASSES

django-rest-framework

Different column name on using ModelSerializer in Django Rest Framework

How to solve different column name upon using ModelSerializer and Class Meta in Django Rest Framework

django-rest-framework