13-04-2024 - Andrés Cruz
Django Vamos a aprender a leer un archivo Excel con Django,
12-02-2024 - Andrés Cruz
Django En Django, tenemos que tener claro dos conceptos claves, un proyecto y aplicación, un proyecto engloba las aplicaciones que son las que que componen el proyecto.
12-02-2024 - Andrés Cruz
Django En Django, tenemos que tener claro dos conceptos claves, un proyecto y aplicación, un proyecto engloba las aplicaciones que son las que que componen el proyecto.
20-07-2023 - Andrés Cruz
Django In this post we are going to talk about the most popular web framework for Python known as Django 3, its characteristics, how to use it and installation through the pip that has been the package manager that Python offers us.
19-07-2023 - Andrés Cruz
Django In this post we are going to see some essential commands and configurations when creating any application in Django, from preparing the environment, configuring MySQL, creating our first model and our CRUD.
18-07-2023 - Andrés Cruz
Django We are going to create a function and configurations to protect all the Rest APIs created above with authentication tokens using the Django Rest Framework.
18-07-2023 - Andrés Cruz
Django We are going to learn how to set up a MySQL database using the UNofficial extension or package for Python in our Django project, but remember that you can use several types of servers in your project.
17-07-2023 - Andrés Cruz
Django It explains how we can create an automatic Rest Api, CRUD type using Django Rest Framework.
16-07-2023 - Andrés Cruz
Django We are going to explain what are the necessary steps to create a project and application in Django and what these two terms consist of in Django.
15-07-2023 - Andrés Cruz
Django Learn how to create master views in Django to reuse templates or generic HTML views.