How to install Django 2.1.7 on Windows 10

install django 2

How to install django 2 on windows 10/8/7. So, in order to install Django 2 , you need to have python installed already on your operating system. Download & Install Python Follow this python download link to download & install the latest version of python on your windows 10/8/7 operating system. Verify python & pip […]

How to Install Django on Windows 10, 8, 7

How to Install Django on Windows 10, 8, 7Install Python version 3.6.2, pip version 9.0.1, and Django version 1.15.5 Links… Python Releases for Windowshttps://www.python.org/downloads/windows/ Writing your first Django apphttps://docs.djangoproject.com/en/1.11/intro/tutorial01/ How to install Django on Windowshttps://docs.djangoproject.com/en/1.11/howto/windows/ Django “How to” Guideshttps://docs.djangoproject.com/en/1.11/howto/ Watch me install Django https://youtu.be/MEcWRk9w0t0 Related Posts… Learn Django 3 by Building a Blogging App