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 »
Short tutorial about making an Django app automatically available to an users native language. (more…)
Read more »
As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… (more…)
Read more »
One of the quickest wins for improving the speed of a Django app is to fix the “oops didn’t mean to” inefficient database reads that… (more…)
Read more »
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 »