Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LinuxFintech/20296b55d17e6d061a95b1e2067ba96b to your computer and use it in GitHub Desktop.
Save LinuxFintech/20296b55d17e6d061a95b1e2067ba96b to your computer and use it in GitHub Desktop.
Django Project Installation And Configuration Any Linux
PING ME TO ENGAGED YOUR WORKS:
SMS: +8801735917013
IMO: +8801735917013
BiP: +8801735917013
Viber: +8801735917013
Signal: +8801735917013
Discord: +8801735917013
Telegram: https://t.me/LinuxFintech​
WhatsApp: +8801735917013
Skype: https://join.skype.com/uZtGEczcYM0J​
Email: [email protected]
sudo apt update
python3 -V
sudo apt install python3-pip
sudo apt install python3-venv
mkdir ~/ataurproj
ect
cd ~/ataurproject
django-admin --version
deactivate
cd ~/ataurproject
python3.6 -m venv my_env
source my_env/bin/activate
pip install django
#Enjoy Django
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment