Pages

Sunday, September 6, 2015

How to install Django on windows Lesson 1

pip install Django

Hello there today i'm going to start new tutorial seris about python web framework called Django. most of major websites are created using Django as example pinterest.com,Disqus,Bitbucket
today we are going to start our first step.
lets install django on our windows machine

open command prompt and type pip install django it will automatically install the django and its dependencies



No comments:

Post a Comment