

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. Configure IntelliSense for cross-compilingĮdit Django Tutorial in Visual Studio Codeĭjango is a high-level Python framework designed for rapid, secure, and scalable web development.
