Welcome to the very first tutorial of Django web development tutorial series.
Django is a Python web development framework, aimed at rapid development and deployment. Most of the developer have a common question that which framework to use. Flask and Django are two most popular for web development with python. Django is more popular than Flask.
Benefits of Django:
Fast
Secure
Scalable
Python Installation Command:
Mac: brew install python
Linux: sudo apt-get install python
Windows user can download the installer from official Python website.
https://www.python.org/downloads/
Django Installation Command is same for Mac, Linux, and Windows.
pip install django
If you want to install any specific version then use this command.
pip install django==(Write version name)
Ex: pip install django==2.0
Official Django Website is: https://www.djangoproject.com/download/
Download source code of the project that we created in this tutorial from here: https://drive.google.com/file/d/1N0bp...
If you have any problems or concerns then feel free to post your comment below I will be happy to help you as soon as I can. Otherwise, see you in next tutorial. Thanks for watching.
Subscribe this channel for more videos on Django development tutorial.