Dockerizing Django for Development Reading Time: 5 minutesIn this post, I’ll show how to containerize an existing project using Docker.
Deploy for kids – Guide for deploying Django Python 3 Reading Time: 4 minutesThere is a lot of tutorials out there, especially in English. Continuar Lendo →
Using celery with multiple queues, retries and scheduled tasks Reading Time: 3 minutesOn this post, I’ll show how to work with multiple queues, scheduled tasks, and retry when something goes wrong. Continuar Lendo →
Creating and populating a non-nullable field in Django Reading Time: 4 minutesHey, what’s up guys, that’s another quick post! Continuar Lendo →
Distributing Python Apps for Windows Desktops Reading Time: 2 minutesI’ve started working on a blog post about how to create a Python app auto-update and it turned into three. Continuar Lendo →
How to create an MSI installer using Inno Setup Reading Time: 4 minutesAlright, guys, that’s the 3rd and last part of our Distributing Python Apps for Windows Desktops series. Continuar Lendo →
How to create an application with auto-update using Python and Esky Reading Time: 3 minutesThis is the 2nd part of Distributing Python Apps for Windows Desktops series. Continuar Lendo →
How to create a Python .exe with MSI Installer and Cx_freeze Reading Time: 3 minutesThis is the first part of Distributing Python Apps for Windows Desktops. Continuar Lendo →