A guide on how to use Celery and RabbitMQ with Django Jan 25, 2023 Django A guide on how to use Celery and RabbitMQ with Django Celery is a task queue library for Python that allows you to run long-running tasks in the background, while RabbitMQ is a message broker that
Prepare your Django project for production Jan 25, 2023 Django Prepare your Django project for production To start a production-ready Django project, you should first install Django by running "pip install Django" in your command line. Then, create a
Django models: A deeper dive Jan 10, 2023 Django Django models: A deeper dive Django models are used to define the structure of the data that will be stored in the database. They provide a way to interact with
What is the Django REST framework? Jan 1, 2023 Django What is the Django REST framework? The Django REST framework is a powerful toolkit for building APIs in the Python programming language. It is built on top of the Django web
Django shorts: #9 Protecting sensitive information Dec 26, 2022 Django Django shorts: #9 Protecting sensitive information The internet can be a very dangerous place. One of the reasons for this is that whatever you decide to put online is at risk