Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Ahhhh it's been long I passed here! I was cooking some else as usual. Please calm down, by the end of...
The @extend_schema_view decorator doesn't affect the view logic works. It only customizes the API...
I tried this unittest. def test_price_of_photo_list(self): photo1 = create_photos() ...
Вступление. Пришла мне тут по работе задача сделать возможность добавления товара в...
I want to set up minimum length to password value. I looked for this argument but just got confused....
I'm using Djoser for authentication in my Django project, and I've noticed that the default behavior...
I encountered tests like below. And I want to know why he checked the value through serializer. So, I...
Django and DjangoREST are high level frameworks in Python that might be argued on whether they are...
Оставлю это здесь, как черновик. drf-spectacular плохо дружит с SerializerMethodField. Поэтому я...
We don't need to define all things in a single serializer. Let's create separate serializers! Then,...
🛡️ Bulletproof Django API for a TMS project 🎓 Introduction In this tutorial, we...
What is Django REST Framework? Why DRF over vanilla Django views REST vs RPC — what DRF...
The error messages. apple@GH-MacBook-Pro hyunphoto-cbv % docker compose run --rm app sh -c "python...
The GitHub Discussion: link Issue developers face: When developing with Django REST...
Bringing your work into production is thrilling—until something breaks and you don’t know why. That’s...