Anuncios Libros Cursos Categorías

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)

Base de Datos 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

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

Continuar leyendo


How to use Django with Python: Create a simple listing view

14-07-2023 - Andrés Cruz

How to use Django with Python: Create a simple listing view

Base de Datos We are going to create a listing page of all the elements or records that we have in the MySQL database using Django.

Continuar leyendo


Pagination of tables (records) in Django using Bootstrap 4 or 5

14-07-2023 - Andrés Cruz

Pagination of tables (records) in Django using Bootstrap 4 or 5

Base de Datos We are going to know how we can create a paginated list of records with Django and Bootstrap 5 using the Paginator class that the framework itself offers us.

Continuar leyendo


Create migrations for the database in Django 3

12-07-2023 - Andrés Cruz

Create migrations for the database in Django 3

Base de Datos Sabes como trabajar con los modelos de tus aplicaciones en conjunto con migraciones para administrar y definir tu base de datos en Django; es muy fácil y aquí hablamos de todo sobre las migraciones en Django.

Continuar leyendo


Create an authentication backend for custom login in Django

11-07-2023 - Andrés Cruz

Create an authentication backend for custom login in Django

Base de Datos Let's see how we can create a custom login or backend for authentication in Django.

Continuar leyendo


Creating models in Django

11-07-2023 - Andrés Cruz

Creating models in Django

Base de Datos 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


How to use internal and external SQLite databases on Android with Android Studio

28-06-2023 - Andrés Cruz

How to use internal and external SQLite databases on Android with Android Studio

Base de Datos It is explained that it is a database in SQLite, giving complete examples in Android, good practices to use it in our projects, queries, insertion, deletion and updating and we will also see how to use a SQLite database belonging to

Continuar leyendo


Persistence in Android Developer

04-06-2023 - Andrés Cruz

Persistence in Android Developer

Base de Datos Aparte de la Base de Datos SQLite en Android existen otros medios para almacenar información de la aplicación e inclusive información de preferencias del usuario; en esta primera entrega, veremos algunas de ellas.

Continuar leyendo


Rest Api in Flask with JSON Web Token in MySQL or MongoDB

26-05-2023 - Andrés Cruz

Rest Api in Flask with JSON Web Token in MySQL or MongoDB

Base de Datos In this post we are going to know how we can work with Json Web Tokens in FlaskRestFul using MongoDB or MySQL with the FlaskUser package.

Continuar leyendo