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 […]
How Python saves your time?
Have you ever encountered the “failed to commit transaction” error while updating your Manjaro Linux system? This is a common error in Arch Linux caused by file conflicts during updates. While deleting each conflicted file manually is a straightforward solution, it can be time-consuming when dealing with multiple files. I faced this issue while updating […]
Automation Testing in IoT
Connected devices market shows prolific growth within past few years. As more connected devices enter the market, more companies are focused on entering the market faster without compromising product quality. This is where device manufacturers have to ensure that the devices are completely tested in a short sprint. Such scenarios require open-source test automation to […]
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 […]
GeoDjango
GeoDjango is an included contrib module to make easy GIS (Geographic Information System) web apps with location-based services. GeoDjango provides a toolbox of utilities for building GIS web applications and also bindings to popular spatial libraries such as GEOS, GDAL, and GeoIP, which can be used separately without Django in any Python application or interactively […]