django_postgres

How to Change Your Django Database to PostgreSQL

For most people, when developing a Django web application, they use the default SQLite3 database. SQLite3 allows you to quickly get started coding without complexities. However when its time to…

Read More »

How to install WP-CLI on Ubuntu 20.04

WP-CLI is a wordpress command line tool that helps you perform many actions you can perform in wordpress admin dashboard. It also contains commands to do things that you cannot…

Read More »