Install a version of Python 3 (for which this tutorial is written). To successfully complete this Django tutorial, you must do the following (which are the same steps as in the general Python tutorial):
If you have any problems, feel free to file an issue for this tutorial in the VS Code documentation repository. The completed code project from this Django tutorial can be found on GitHub: python-sample-vscode-django-tutorial. For guidance on those aspects, refer to the Django documentation links at the end of this tutorial. This tutorial does not explore various details about Django itself, such as working with data models and creating an administrative interface.
You create this app in the context of Visual Studio Code in order to understand how to work with Django in the VS Code terminal, editor, and debugger. In this Django tutorial, you create a simple Django app with three pages that use a common base template. Django includes rich support for URL routing, page templates, and working with data.