Install Django and Python on Windows 6 of 7 Use Cyberduck for FTP and PUTTY for SSH

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


Install Django and Python On Windows (Episode 6 of 7)
Use Cyberduck for FTP and PUTTY for SSH

Download Cyberduck to handle secure file transfer protocol (SFTP) and PUTTY to handled a secure shell (SSH).

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):

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

Since I am still in the learning phase, is there a free FTP site that would allow me a some free time before I decide to payup ? 
Thanks, UDEMY Student

GiridharRajuNM
Автор

thanks for these helpful videos. and btw what about installing with google app engine? is it the same thing? 

essaini
Автор

one thing you do not cover in this vid is what server does cyber duck use ?

Zzzzzzzzzzzzzzzzzzzzr
Автор

If we have already a sever and we are working whit filezilla instead of cyberduck? and... do we need necessarily to use an SSH to create Django websites? For example when working with Hostgator or any other.

MrZapSoup
Автор

What if i have my own linux server, which i am using for some of my websites, will that work instead of cyberduck and putty??

RajivJha
Автор

do you use cyberduck in any of your tutorials

Zzzzzzzzzzzzzzzzzzzzr
Автор

CodingEntrepreneurs When I tried to open cyberduck I got an error message that said MSVCR100.dll was not found. Where did I go wrong?

TheSilentBattle
Автор

ya cyberduck did not work sent me my token but does not let me enter it sent a ticket to cyberduck to see if they can fix it.
One Question does Cyber duck link us to sqllite? or is it another path we have to take to get us to mysql or sql

Zzzzzzzzzzzzzzzzzzzzr
Автор

I have a problem 
when i create a connection it gives me time out our faild login  what is the problem and how to solve? please answer :) and thnx for your tutorial 

scorpion
Автор

how is github different from cyberduck and putty

abhinavgupta
Автор

Hi am relatively new to Django, can anyone tell me how to make ftp webserver ?

saurabhbahl