Credits to https://www.pexels.com/@cottonbro/ Django Django channels: channel layers, groups and users Channel layers allow you to interact and share information with different consumers in django channels. This allows each …
credits to https://www.pexels.com/@yaroslav-shuraev Django Django channels: consumers, environments and events Why Django channels? Because Django does not allow us to create applications with real-time communication natively. …
Credits to https://www.pexels.com/@frank-cone-140140/ Django How To Create a Graphql API In Django Rapidly Using Graphene In this post I will explain how Graphene allows you to speed up the process of creating a GraphQL API if you are using …
Credits to https://www.pexels.com/@nic-livefeedpro/ Django The django admin panel and its customization One of the best features of django is that it has the django admin panel, a ready-to-use administration panel, with …
Credits https://www.pexels.com/es-es/@airamdphoto/ Django Caching in Django REST Framework using memcached To use the cache in django, just follow three simple steps: Install a caching system, be it redis, memcached, etc. Set …
Credits to https://www.pexels.com/@cottonbro/ Django Periodic Tasks with Celery and Django In addition to creating asynchronous tasks, celery also allows you to create periodic tasks, which are executed from …
Credits to https://www.pexels.com/@cottonbro/ Django How to use Django Framework asynchronously using Celery Celery, in combination with Django serve to solve a problem: the lack of asynchrony in our application. Sending an …
credits https://www.pexels.com/es-es/@sean-manning-214956/ Django Login using Django Rest Framework DRF Almost all complex Django applications need views for Login, Logout, reboot and password change, as well as user …
Credits to https://www.pexels.com/@cottonbro/ Django Mexico Postal codes API with Django Do you need to get the data associated with a postal code in Mexico for your Django application? I wrote a small library …