How to Speed Up Django Views That Rely on External APIs

Django 3.1 provides support for asynchronous views, allowing developers to make signifcant performance improvements. Read more

Similar

Django, fast: part 3

In part 2 I’ve tested Saleor with multiple WSGI servers to give you an idea of how application load profiles affect the overall performance…...

Read more »

Richer Django Logging

I recently tested Rich logging with a Django project and the results were good. Here's what it looks like: Note the file and line at the right hand of the terminal which shows were the log function was called. If your terminal supports hyperlinks, you can... (more…)

Read more »

How to deploy Django on Dokku

Ever since I was a wide-eyed little boy, I would look up at the stars and wonder in wonder: “What if I could lease my very own, beefy, dedicated Hetzner server and have an easy way to deploy all my projects onto that?” But lo, my dreams were dashed becaus... (more…)

Read more »