#django
Read more stories on Hashnode
Articles with this tag
For a REST list API, filtering and sorting are the basic requirements. Using django-filter, we can add these functions with only a few lines of...
When working on django projects, I need to switching among django’s model, view, url, admin and serializers files. I used to use fzf.vim to jump...