Install Django in 45 seconds [MacOS] {Tutorial}

Published: 21 April 2021
on channel: Code With Cavan
29k
400

Today we are going to install python and Django in less than 1 minute and create and run our first Django project.

Here are a list of the commands
www.python.org
cd [the path to your documents eg: /Users/cavan/Documents]
mkdir python_stuff
cd python_stuff
python3 -m venv env
source env/bin/activate
pip install django
django-admin startproject my_project
cd my_project
python3 manage.py runserver
127.0.0.1:8000




============== TAGS ==============
python programming python tutorial python3 language django learn django framework quick tutorial learn programming web development full stack development 2021 web developer


Watch video Install Django in 45 seconds [MacOS] {Tutorial} online without registration, duration 47 second in high hd quality. This video was added by user Code With Cavan 21 April 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 29 thousand once and liked it 40 people.