Quantcast
Viewing all articles
Browse latest Browse all 195

Setup Django with Python 3 in Ubuntu 18.x

1.Install Python3 and PIP sudo apt-get install python3 python3-pip Check Python version by typing python3 -V Check PIP version by typing pip3 -V 2.Install Django [...]

Viewing all articles
Browse latest Browse all 195

Trending Articles