18-07-2023 - Andrés Cruz
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.
17-07-2023 - Andrés Cruz
Base de Datos It explains how we can create an automatic Rest Api, CRUD type using Django Rest Framework.
14-07-2023 - Andrés Cruz
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.
14-07-2023 - Andrés Cruz
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.
12-07-2023 - Andrés Cruz
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.
11-07-2023 - Andrés Cruz
Base de Datos Let's see how we can create a custom login or backend for authentication in Django.
11-07-2023 - Andrés Cruz
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.
28-06-2023 - Andrés Cruz
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
04-06-2023 - Andrés Cruz
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.
26-05-2023 - Andrés Cruz
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.