Beginner's: Python Django Microsoft Learn and Video Series.
Published Jul 22 2021 03:31 AM 1,928 Views
Microsoft

Welcome to the supporting page for Beginner's Series: Django! Here you can find links to relevant resources and source code.

 

BeginnerDjango.PNG

One of the most popular types of web applications to create is one to act as a front-end for a database. These applications focus on a common set of patters where you will allow users to create, retrieve, update and delete (CRUD) data. Creating CRUD applications can sometimes be tedious as large portions of the code are duplicated in your project.

 

Django is a framework built specifically for this style of application and is designed to help overcome the most common challenges. This video series and Microsoft Learn Modules will walk you through the core concepts, from installation, to the administration page where business users can modify data, to displaying information to external users, and deploying to Azure.

 

We'll see how we can work with data both locally and in the cloud, and use some of the most popular features of the framework. https://aka.ms/CreateWebsitesWithDjango

 

Learn More

Tooling

Azure



Co-Authors
Version history
Last update:
‎Jul 22 2021 03:34 AM
Updated by: