How to install django on windows ?



Django

    Django is MVT framework i.e Model, View, Template Framework for developing web application, softwares and API's Using Python


Creating django project:

1. Activate Virtual Environment how to install virtual enviroment ?




2. Install Django 

           Type:  pip install django and press enter






             if you want to install specific version of django then postfix with @version number.

           



Comments