Created
March 13, 2022 16:51
-
-
Save LinuxFintech/20296b55d17e6d061a95b1e2067ba96b to your computer and use it in GitHub Desktop.
Django Project Installation And Configuration Any Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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