Anuncios Libros Cursos Categorías

Escribir Excel XSLR con Django

13-04-2024 - Andrés Cruz

Escribir Excel XSLR con Django

Django Vamos a aprender a leer un archivo Excel con Django,

Continuar leyendo


Projects and applications in Django

12-02-2024 - Andrés Cruz

Projects and applications in Django

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.

Continuar leyendo


Proyecto y aplicación en Django

12-02-2024 - Andrés Cruz

Proyecto y aplicación en Django

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.

Continuar leyendo


What is the Django 3 framework and why use it to develop web apps?

20-07-2023 - Andrés Cruz

What is the Django 3 framework and why use it to develop web apps?

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.

Continuar leyendo


Essential commands and configurations when creating any application in Django

19-07-2023 - Andrés Cruz

Essential commands and configurations when creating any application in Django

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.

Continuar leyendo


Authentication token in Rest API using Django Rest Framework

18-07-2023 - Andrés Cruz

Authentication token in Rest API using Django Rest Framework

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.

Continuar leyendo


Set up and connect a database in a project in Django (MySQL)

18-07-2023 - Andrés Cruz

Set up and connect a database in a project in Django (MySQL)

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.

Continuar leyendo


Create a Restful API (CRUD) using the Django Rest Framework

17-07-2023 - Andrés Cruz

Create a Restful API (CRUD) using the Django Rest Framework

Django It explains how we can create an automatic Rest Api, CRUD type using Django Rest Framework.

Continuar leyendo


Creating our first project and application (app) in Django

16-07-2023 - Andrés Cruz

Creating our first project and application (app) in Django

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.

Continuar leyendo


Generate the master or base template in an app in Django

15-07-2023 - 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.

Continuar leyendo