Install Django and Python on Windows 7 of 7 Command Prompt vs Terminal

preview_player
Показать описание


Install Django and Python On Windows (Episode 7 of 7)
Command Prompt vs Terminal

Lear the major differences (for these projects) between Command Prompt (Windows) and Terminal (Mac/Linux).

Install Django and Python on Windows Links:

Django Installation Process:
1) Download Python & PIP
3) Setup Environment variables in Windows System Settings under Advanced Settings:
4) Install Virtual environment "pip install virtualenv"
5) Create virtualenv and activate:
virtualenv somename
cd somename
.\Scripts\activate
6) Install Django:
pip install django==1.X.Y (replace x and y for version numbers)
7) Start django project:

The Coding For Entrepreneurs newsletter has news and updates about all things Coding for Entrepreneurs:

A few ways to learn:

On Udemy:

Bestselling Udemy Coding for Entrepreneurs Course:

MatchMaker and Geolocator Course:

Marketplace & Dail Deals Course:

Free Udemy Course (40k+ students):

Рекомендации по теме
Комментарии
Автор

I retty much undersand the concepts behind the basic installation process for django having gone through this tutorial thanks very much.

ikechukwuorji
Автор

Thanks for making these videos! Don't think I could figure all this out on my own.

PudgyOrange
Автор

Hello, thanks for your video. I have a question: can you use html with python?

TOIVI
Автор

This is way more complex than setting up WAMP.

SourMangoa
Автор

do you have this tutorial for install on mac?

Bunny_Rabbitz
Автор

Hi, How can i work with mysql instead of sqlite?

miguelalzate
join shbcf.ru