11-07-2023 - Andrés Cruz
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.
10-07-2023 - Andrés Cruz
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.
10-07-2023 - Andrés Cruz
Django We are going to give you a summary, tips and VERY IMPORTANT best practices about Django in creating REST APIs with DRF.
09-07-2023 - Andrés Cruz
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.
09-07-2023 - Andrés Cruz
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.
08-07-2023 - Andrés Cruz
Django Redirects in Django are the mechanism we have to send from one page to another that we have configured in our Django app.
08-07-2023 - Andrés Cruz
Django Learn how to delete records in Django, which is a fundamental step of our CRUD.
10-02-2022 - Andrés Cruz
Django Mostraremos algunos tips que deberías de llevar a cabo cuando estes desarrollando tus aplicaciones en Django.
16-12-2021 - Andrés Cruz
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.
20-10-2021 - Andrés Cruz
Django Aprende a borrar registros en Django, que es un paso fundamental de nuestro CRUD.