14-07-2023 - Andrés Cruz
Django 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
Django 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.
14-07-2023 - Andrés Cruz
Django We are going to see two different ways that we have to load views in our application; using the include function and manually.
13-07-2023 - Andrés Cruz
Django Let's create a simple example to see how the basic flow of a Django application works that in a nutshell the Hello World in Python web.
13-07-2023 - Andrés Cruz
Django Learn how to process a form in Django and insert the validated data into the database.
13-07-2023 - Andrés Cruz
Django We are going to generate a detail page or template to show the detail of a product in our application in Django, and you will learn how to create routes with parameters and the get_object_or_404 function.
12-07-2023 - Andrés Cruz
Django 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.
12-07-2023 - Andrés Cruz
Django In this video we talk about ASGI and WSGI servers in Django for synchronous and asynchronous apps (WebSockets).
11-07-2023 - Andrés Cruz
Django We will see how to represent an object as a String in Django or Python when you print it in your template or through the console.
11-07-2023 - Andrés Cruz
Django Let's see how we can create a custom login or backend for authentication in Django.