Skip to content Skip to sidebar Skip to footer

How To Update Django In Visual Studio 2017

I am trying to setup Visual Studio 2017 for Django Development but the Django (1.9) version is old, How can I update it to latest version (>= 2.0).

Solution 1:

Create a Django Web Project with proposed install. Name Your Env.

  1. choose "Python Environment"

  2. choose your Enviroment

  3. choose Packages (PyPi)

  4. choose available Updates

enter image description here

Solution 2:

Hi you can go through this link https://djangobook.com/developing-django-visual-studio/ this is a complete setup guide.i hope it helps.

Post a Comment for "How To Update Django In Visual Studio 2017"