In creating websites and apps, Django Signals is like a superhero tool. It’s a cool feature in Django, a powerful tool that helps developers make their apps work and perform better. Imagine it as a behind-the-scenes helper, making sure different parts of your app talk to each other smoothly. So, let’s dive into “The Power […]
Auto Deploying a Django App using Capistrano with GitLab CI/CD
Yes, you read that right. We are using Capistrano – a very popular application deployment tool that is written in Ruby to deploy a Python Django app. In fact, you can deploy any application written in any language using Capistrano. We have been using Capistrano to deploy Rails apps for a very long time and […]