Python Shikhi | Learn with Fun


image

How to Start A django Project with Virtual Environment.

In today's session, we'll delve into starting a Django project with a virtual environmen…


image

Django Authentication with Custom Login-Registration-ForgetPassword-AutoLogout

 Mastering Django Authentication with Custom Login, Registration, Forget Password, and Auto…


image

How to use the Google SMTP server to send emails for free using Python Django

Sending emails is a fundamental feature in many web applications, whether for user registration,…


image

Understanding Arrays in JavaScript

 

An array in JavaScript is a special variable that can hold more than one value …


image

Introduction to Statistics for Data Science

Statistics is a branch of mathematics that involves collecting, analysing, interpreting, and pre…


image

Basic Django Rest Framework CRUD Operation

Basic Django Rest Framework CRUD Operation


image

ubuntu Basic Command

To see all the folders and files in your current path, you can use the ls (list) co…


image

Introduction to Context Processor In Django Framework

1. What is a Context Processor?

In Django, a context processor i…


image

Deploy DJango in Digital Ocean

Deploying a Django project on DigitalOcean using **Nginx**, **Gunicorn**, and **MySQL** via a **…


image

Basic of Git & GitHub


Git and GitHub are essential tools in modern software development for version…


image

Basic of gitIgnore

The Complete Guide to `.gitignore` and Untracking Files in Git

Git is an incredibly po…


image

Django Static Version Change Dynamically to update Cache.

To ensure that changes in your CSS or other static files are update…