What’s wrong with Heroku’s process? A simpler process Technical details Why focus on the buildpack? Current limitations Try it out Long term goals Feedback What’s wrong with Heroku’s process? (more…)
Read more »
Now that Django 3.0 ships with ASGI support out of the box, adding Websockets to your Django app requires no extra dependencies. In this post, you'll learn how to handle Websockets with Django by extending the default ASGI application. We'll go over how t... (more…)
Read more »
With version 3.1, you can finally use asynchronous views, middlewares and tests in Django. Support for async database queries wil l follow later. You don’t have to change anything if you don’t want to use those new async features . All of your existing ... (more…)
Read more »
I have recently worked on a ticket ordering system for a conference. It was very important for the customer to see a table of orders… (more…)
Read more »