Skip to content

Commit 497e098

Browse files
committed
Editorial change and fix typo
1 parent 9f09f45 commit 497e098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
This is a multi-purpose [Django](https://www.djangoproject.com/) web app sample.
44
Write your app like this once, and the same implementation will support 4x2=8 scenarios.

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1>{{ title }}</h1>
99
<h2>Welcome {{ user.name }}!</h2>
1010

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.
1212
https://learn.microsoft.com/en-us/azure/app-service/configure-language-python#serve-static-files-for-django-apps
1313
For now, we will use a remote image.
1414
-->

0 commit comments

Comments
 (0)