Published on Aug. 28, 2024 by Al Mahmud
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…
Published on Aug. 29, 2024 by Al Mahmud
Django Authentication with Custom Login-Registration-ForgetPassword-AutoLogout
Mastering Django Authentication with Custom Login, Registration, Forget Password, and Auto…
Published on Aug. 29, 2024 by Al Mahmud
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,…
Published on Sept. 20, 2024 by Al Mahmud
Introduction to Context Processor In Django Framework
1. What is a Context Processor?
In Django, a context processor i…
Published on Nov. 19, 2024 by Al Mahmud
Django Static Version Change Dynamically to update Cache.
To ensure that changes in your CSS or other static files are update…