I'm a newbie in Redux and React. Recently I've been developing a project with React, and I'm working...
In this post, I'll show you how to add a custom view URL to the list on the admin page index. Here's...
I tried this unittest. def test_price_of_photo_list(self): photo1 = create_photos() ...
The error messages. apple@GH-MacBook-Pro hyunphoto-cbv % docker compose run --rm app sh -c "python...
I want to set up minimum length to password value. I looked for this argument but just got confused....
Where is the port allocated? I got an error message when I tried docker compose up. docker...
When creating an API, if the input and output are not clearly defined, confusion can arise during the...
I just tried to open the page with docker compose up, And I got an error message. Error response...
How to design URL? URLs should include nouns, not verbs. User plural nouns only for...
If you don't know how to analyze with code or don't have a time, you can simply use ProfileReport...
When returning a response with data, you can omit the status parameter name if you're using...
1. Custom User model In Django, you can override the user model provided by...
Content_length makes a clear sign between client and server. If you are developing some HTTP methods,...
I encountered tests like below. And I want to know why he checked the value through serializer. So, I...
The @extend_schema_view decorator doesn't affect the view logic works. It only customizes the API...
We don't need to define all things in a single serializer. Let's create separate serializers! Then,...
How to design URL? URLs should include nouns, not verbs. User plural nouns only for...