Anuncios Libros Cursos Categorías

Creating models in Django

11-07-2023 - Andrés Cruz

Creating models in Django

Django We are going to see how we can create a model in Django, which remember is one of the MTV layers of our application and the one in charge of managing its data; we will also see how to define different fields.

Continuar leyendo


What is Django Admin?

10-07-2023 - Andrés Cruz

What is Django Admin?

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


Django and the Django Rest Framework: Best Practices

10-07-2023 - Andrés Cruz

Django and the Django Rest Framework: Best Practices

Django We are going to give you a summary, tips and VERY IMPORTANT best practices about Django in creating REST APIs with DRF.

Continuar leyendo


What are they, and how to create a form with Django?

09-07-2023 - Andrés Cruz

What are they, and how to create a form with Django?

Django We are going to explain various aspects of forms in Django and how you can create a form and render it in a template.

Continuar leyendo


Named routes in Django

09-07-2023 - Andrés Cruz

Named routes in Django

Django Giving our routes a name in our Django projects is one of the features that modern frameworks have and allows us to easily reference these routes from anywhere in our app.

Continuar leyendo


Redirects in Django

08-07-2023 - Andrés Cruz

Redirects in Django

Django Redirects in Django are the mechanism we have to send from one page to another that we have configured in our Django app.

Continuar leyendo


Delete records in Django

08-07-2023 - Andrés Cruz

Delete records in Django

Django Learn how to delete records in Django, which is a fundamental step of our CRUD.

Continuar leyendo


Mejores prácticas en Django al momento de desarrollar

10-02-2022 - Andrés Cruz

Mejores prácticas en Django al momento de desarrollar

Django Mostraremos algunos tips que deberías de llevar a cabo cuando estes desarrollando tus aplicaciones en Django.

Continuar leyendo


Todo sobre los middlewares personalizados en Django

16-12-2021 - Andrés Cruz

Todo sobre los middlewares personalizados en Django

Django Conoceremos para qué son los middleware, como usarlos, cuales existen y los tipos en Django, además de algunos consejos para crear los tuyos.

Continuar leyendo


Borrar registros en Django

20-10-2021 - Andrés Cruz

Borrar registros en Django

Django Aprende a borrar registros en Django, que es un paso fundamental de nuestro CRUD.

Continuar leyendo