How to deploy Django Web App on Heroku Cloud (GUIDE)

Hey developers, you have a DJANGO project and want to deploy it somewhere on a cloud platform. So, that you can show it to someone easily. Today, I’m gonna show you how you can deploy your Django app to the Heroku cloud platform. Heroku is one of the most powerful and reliable cloud platforms. On … Read more

Add Custom CSS & BootStrap to your WordPress blog

Hey bloggers, welcome back with brand new article. Do you want to change the look of your website by adding your custom CSS properties. Then this article might be useful for you, because In this article, I’m gonna show you how to add CSS and Bootstrap to your WordPress blog. If you want to play … Read more

Add Dark Mode to WordPress Website and Admin Dashboard

Do you want to add dark mode option into your WordPress blog, or even in admin dashboard, then this article might be useful for you. Because that’s what I’m gonna show you in this article. Basically, I’m going to take you through the brief guide about How to add dark mode to your WordPress blog. … Read more

Connect PostgreSQL Database With Django 3.0(Full Setup)

Django PostgrSQL DB

Hey coders, today I’m going to show you how you can download, setup, and configure your PostgreSQL database. Later on, I’ll also show you how to connect your Postgresql database with the Django web framework. If you want to know the full process then please read full article till the end. Connect PostgreSQL with the … Read more

Django Image Upload Using Model Forms | Django Tutorial

Hey coders, today we’re going to see that you can add and upload images by using Django Model Form. Remember, It’s different than static images because we use static images just to display our images to somewhere on our website. But here, we want that anyone can upload images by using Django Model forms. If … Read more

Django QuerySet | Database Model Queries Explained

In Django, we can easily create our database tables by defining some model classes. Here, we define different types of model fields also known as attributes. Within this framework, we have Django Queryset that we can use to access the attributes of different models. In Django QuerySet, we have different types of model queries that … Read more

WordPress Page Speed Optimization Website(90+ GTMetrix)

WordPress PageSpeed Optimization

Hey bloggers, are you worried about speed of your WordPress website or blog and wants to boost page speed of your wordpress website. Then you’re at a right place, because In this article, I’m going to share with you some best tips and tricks. These tips and tricks will help you to enhance page speed … Read more

Django Rest Framework – Create REST API, Serializers, CRUD

Django Rest Api, Serializers

Hey Coders, If you’re here then definitely you have a good know about Django framework and How it works. In this article, I’m going to explain your Django Rest Framework. Basically, we’ll discuss what is Django Rest Framework and how you can create a Rest API with this Rest Framework. What is Django Rest Framework? … Read more