File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # Sample: A Python Django web project to sign in users and call APIs with the Microsoft Entra ID
1
+ # Integrating Microsoft Entra ID with a Python web application written in Django
2
2
3
3
This is a multi-purpose [ Django] ( https://www.djangoproject.com/ ) web app sample.
4
4
Write your app like this once, and the same implementation will support 4x2=8 scenarios.
Original file line number Diff line number Diff line change 8
8
< h1 > {{ title }}</ h1 >
9
9
< h2 > Welcome {{ user.name }}!</ h2 >
10
10
11
- <!-- There is much hussle to get the local static image to show up on App Service.
11
+ <!-- There is much hassle to get the local static image to show up on App Service.
12
12
https://learn.microsoft.com/en-us/azure/app-service/configure-language-python#serve-static-files-for-django-apps
13
13
For now, we will use a remote image.
14
14
-->
You can’t perform that action at this time.
0 commit comments