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 ?
Type: pip install django and press enter
if you want to install specific version of django then postfix with @version number.
Comments
Post a Comment