📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Implementing a search field and filters with forms in Django

09-11-2025 - Andrés Cruz

Implementing a search field and filters with forms in Django

Django We will see how to implement a search and filter field in Django from the GET form to the view, and its conditionals and advanced queries.

Continuar leyendo


Generate the master or base template in an app in Django

09-11-2025 - Andrés Cruz

Generate the master or base template in an app in Django

Django Learn how to create master views in Django to reuse templates or generic HTML views and to modularize your application so that it grows in an organized way.

Continuar leyendo


Handling static files in Django: configuration, examples, and best practices

09-11-2025 - Andrés Cruz

Handling static files in Django: configuration, examples, and best practices

Django Learn how to set up and serve static files in Django step by step. Includes real-world examples, integration with Bootstrap and Font Awesome, CSS, JavaScript, images, and solutions to common errors.

Continuar leyendo


How to integrate PayPal into Django step by step

08-11-2025 - Andrés Cruz

How to integrate PayPal into Django step by step

Django We will see step by step how to integrate PayPal into Django, from creating the credentials on the developer site, installing the necessary dependencies, creating the classes, helper methods such as generating the token, processing the order, and integration into the client.

Continuar leyendo


How to create a REST API in Django step by step (with Django REST Framework)

08-11-2025 - Andrés Cruz

How to create a REST API in Django step by step (with Django REST Framework)

Django A complete guide to building a REST API with Django and the Django REST Framework (DRF). Discover how to structure your project, use ViewSets, and secure your API with token-based authentication.

Continuar leyendo


DetailView in Django: How to display a detail view

08-11-2025 - Andrés Cruz

DetailView in Django: How to display a detail view

Django We are going to generate a detail page or template to show the detail of a product in our application in Django, and you will learn how to create routes with parameters and the get_object_or_404 function.

Continuar leyendo


Upload files in Django (avatar)

08-11-2025 - Andrés Cruz

Upload files in Django (avatar)

Django We will see how to upload files, specifically the avatar using Django 5 and Bootstrap 5 components.

Continuar leyendo


Use Settings or Environment Variables? - Opinion

08-11-2025 - Andrés Cruz

Use Settings or Environment Variables? - Opinion

Laravel We talked about when to use Custom Environment Variables or Configurations in Laravel.

Continuar leyendo


How to delete records in Django

07-11-2025 - Andrés Cruz

How to delete records in Django

Django Learn how to delete records in Django, including possible issues, validations, best practices, the soft delete mechanism to avoid accidentally deleting records, deleting multiple records, and more.

Continuar leyendo


What is Django Admin and what is it used for?

06-11-2025 - Andrés Cruz

What is Django Admin and what is it used for?

Django We are going to talk a little about Django Admin as an application to manage the administration of our site that we have by default in any application that we are going to create with Django.

Continuar leyendo