100% Perfect | How to install Django Step by Step
May 9, 2021 2022-12-19 9:51100% Perfect | How to install Django Step by Step
100% Perfect | How to install Django Step by Step
100% Perfect | How to install Django Step by Step
Django is the Python-based web framework for building websites/web applications. We are at the basic level of Django, we have to go to the advanced level of Django. So in this Django tutorial, we will how to install Django step by step. Without the installation of any program or software, you cannot use that. So first of all you have to download then install, but to install Django you have to install python then Django. That is a very short lesson for beginners, but if they don’t know the very basics then they make mistakes.
So, I will share some ways to follow, that make it easy for you to install Django in your system.
For Django installation, you have to install Python first in your system because the Django web framework is written in the Python programming language. So to know whether your system has python installed or not run this command in your window prompt box:
Python installation: Step 1
Open your window prompt, and write “python” and press enter, if you got information about python e.g version (installed on your system) then your system has Python installed successfully.
In this case, your system has no python installed, then you have to download it from its official website, then install python then come to Django.
Now, How to install Django: Step 2
As you understood, you have to install Python, then come to the next step to follow.
Open a command prompt and write this command
pip install Django
When you write this command and press enter you will see that your Django is installing, with Django there are lots of codes, modules, functions, files, etc also downloaded. Because it is a complete web framework, you have to reuse that module in your projects. So, after the completion of its installation, you can create the very first project in Django and enjoy the very cool web framework.
Conclusion
I hope, you have understood how to install Django properly in your system. If you have any questions/ problems/issues then share with me via the comment box. I will try to solve your problems as possible.
So, share this lesson with your friends on social media networks e.g Facebook, Twitter, Linkedin, etc.
Recommended Django tutorial for beginners
Difference between MVC and MVT architecture design patterns
Ultimate Guide on Django History | Django Tutorials Series
Django Project Directory Structure and All files Explanation