Django

Debug Python and Django easily from Visual Studio Code

Debugging code, sometimes painful, sometimes funny, but always an exciting task. If we don’t use the right tools, It’s where the developer can waste more time. Making debugging easy for developers has been sometimes a problem for technology, but fortunately, in Python, there have been …

Sentry and Ansible, process and thoughts

At Selltag we have been migrating some services to have a more organized environment. It has been the perfect moment to configure and document the servers deploy using Ansible. The example code is on Github. Ansible is a great and simple way of managing systems, manual changes to servers are over, …