drfpasswordless is an open source package for building passwordless logins quickly into your app’s django-rest-framework backend. I made it because I was inspired by the login flows on Square Cash (where I formerly worked) and Medium, both of which use pa... (more…)
Read more »
Django model is the single, definitive source of information about your data. (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 »
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint. (more…)
Read more »