Building a Django Chat App with WebSockets
Building stateful web applications can be tricky, unless you use a framework, of course. Django to the rescue! In this article, learn how to build a Djano chat app using Django Channels and WebSockets.
Building stateful web applications can be tricky, unless you use a framework, of course. Django to the rescue! In this article, learn how to build a Djano chat app using Django Channels and WebSockets.
Automating your test suite helps get your code to production faster. In this tutorial, you'll learn how to write unit tests for Django and run them with GitHub Actions.
Learn how to create and manage user permissions in your Django apps.
Caching is essential for high-performance web apps; luckily, Python and Django provide excellent tools to help. In this article, Muhammed Ali walks through some popular caching techniques.