Setting up Django Project with virtual Environment
I’ll walk you through Django + virtual environment on Linux and Windows, step-by-step, clean and beginner-safe.
1️⃣ Prerequisites (both Linux & Windows)
Make sure Python is installed:
python --version
or
python3 --version
If it prints Python 3.x.x...
blog.aarav.com.np3 min read