Install Django and Python on Windows 1 of 7 -- Install Python & Pip on Windows

Опубликовано: 19 Июнь 2014
на канале: CodingEntrepreneurs
140,034
452

NEW VERSION IS OUT ::    • Install Python, PIP, Virtualenv, and ...  





Install Django and Python On Windows (Episode 1 of 7)
Install Python & PIP.

Installation Guide: https://github.com/codingforentrepren...

Having issues with PIP? Try this:
1. ​Save this file you to your desktop: https://bootstrap.pypa.io/ez_setup.py
2. Navigate to your desktop and do "python ez_setup.py" in your command prompt
3. Now you have "easy_install" on your windows.
4. Now do, "easy_install pip" in command prompt
5. If that's successful, continue on as if you used "get-pip.py"


In this video, we discuss how to get python and PIP (python package installer) setup on your computer so you can install Django shortly after.

Installation Guide Playlist:    • Install Django and Python on Windows ...  


Install Django and Python on Windows Links:
Python -- https://www.python.org/
Django -- https://www.djangoproject.com/
PIP -- http://pip.readthedocs.org/en/latest/
Komodo Edit -- http://komodoide.com/komodo-edit/
Sublime Text -- http://www.sublimetext.com/
Cyberduck -- http://cyberduck.io/?l=en
PUTTY -- http://www.putty.org/

Django Installation Process:
1) Download Python & PIP
2) Install PIP ("python get-pip.py")
3) Setup Environment variables in Windows System Settings under Advanced Settings:
C:\Python27;C:\Python27\python.exe;C:\Python27\Scripts\; C:\Python27\Lib\site-packages\django\bin;
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:
python .\Scripts\django-admin.py startproject yourprojectname


Now your django project is started and ready to go. All you need to do is sync the database (python manage.py syncdb) and start any Coding for Entrepreneurs Project here: https://codingforentrepreneurs.com/pr...


Watch all our youtube videos: http://bit.ly/1a4Ienh

Join our Newsletter: http://eepurl.com/NmMcr
The Coding For Entrepreneurs newsletter has news and updates about all things Coding for Entrepreneurs:

A few ways to learn:

Coding For Entrepreneurs: https://codingforentrepreneurs.com (includes free projects and free setup guides. All premium content is just $25/mo). Includes implementing Twitter Bootstrap 3, Stripe.com, django south, pip, django registration, virtual environments, deployment, basic jquery, ajax, and much more.

On Udemy:

Bestselling Udemy Coding for Entrepreneurs Course:
https://www.udemy.com/coding-for-entr... (reg $99, this link $49)

MatchMaker and Geolocator Course:
https://www.udemy.com/coding-for-entr... (advanced course, reg $75, this link: $39)

Marketplace & Dail Deals Course:
https://www.udemy.com/coding-for-entr... (advanced course, reg $75, this link: $39)

Free Udemy Course (40k+ students):
https://www.udemy.com/coding-for-entr...

Fun Fact! This Course was Funded on Kickstarter: http://www.kickstarter.com/projects/j...


Смотрите видео Install Django and Python on Windows 1 of 7 -- Install Python & Pip on Windows онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь CodingEntrepreneurs 19 Июнь 2014, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 140,034 раз и оно понравилось 452 людям.