Jurrian Tromp
Deep into Django

Deep into Django

Follow
Series

Deep into Django

Django offers a great deal of hidden functionality - secret gems - if you know where to look. In this serie I am showing tips and tricks to get the most out of Django.

Articles in this series

JWT Authentication class for python requests

Mar 13, 20231 min read

When using the requests library in Python you can use some built-in auth mechanisms like HTTPBasicAuth and HTTPDigestAuth. However, I could not find...

Handling Django exceptions in the middleware
Prefetching in Django: less queries