Django Tutorials (Creating a Website) / Tutorial #2 - Installing Everything Necessary

To work with Django, you need to install Python, as well as the Django library itself. In this tutorial, we will download and install everything you need to work comfortably with the library in the future.

Back to Top