In this tutorial we will implement Facebook, Twitter and GitHub authentication using the social-auth-app-django library. They support several other services ... (more…)
Read more »
Django is a popular framework for Python application developers. It includes packages which make tasks like authorization and content administration easier. Django supports a number of databases including MySQL which makes it possible to run a Django appl... (more…)
Read more »
This post will try to explain our approach to apply Clean Architecture on a Django Restful API. (more…)
Read more »
TL;DR : Demo is here and the code is on Github. In this post I explain how you can build a chat room using Django Channels.
A standard Django application handles http requests using a request-response lifecycle. A request is sent from the user’s browser, ... (more…)
Read more »