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 »
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 »
Full Article: https://www.dennisivy.com/post/django-class-based-views/Build a full to do app with Django class based views: https://youtu.be/llbtoQTt4qw... (more…)
Read more »
🐳 This package will let you dockerize your Django application. - IamStefin/dockerizing-django... (more…)
Read more »