প্রথমে VSCode এর টার্মিনাল ওপেন করুন, তারপর নিচের স্টপগুলো ফলো করুন। Run this command in VScode PowerShell step by step: list [এই কমান্ড দিয়ে আপনি যে ফেল্ডারে আছেন, সেই ফোল্ডারে কি কি আছে দেখতে পারবেন।]
If you encounter PowerShell execution errors
Set-ExecutionPolicy Bypass
python -m django --version
To process images, install Pillow:
pip install graphene-django
pip install graphene-django
সকল প্যাকেজগুলো রিকোয়ারমেন্ট ফাইলে এড করে রাখুন, এতে গিটে প্রজেক্ট শেয়ার করলে প্যাকেজ ম্যানেজ করার হ্যাসেল থাকবে না।
Remember to add all packages to the requirements file to manage them easily:
pip install -r requirements.txt
pip install -r requirements.txt --upgrade
To view installed packages:
cd backend
python manage.py migrate
*To remove one by one
*If we want to remove all at once then
This article inspired by Sezan Mahmud's blog, this post offers a comprehensive guide to essential Python and Django commands for setting up and managing Django projects.