Skip to content

Commit

Permalink
Editorial change and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed May 20, 2024
1 parent 9f09f45 commit 497e098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample: A Python Django web project to sign in users and call APIs with the Microsoft Entra ID
# Integrating Microsoft Entra ID with a Python web application written in Django

This is a multi-purpose [Django](https://www.djangoproject.com/) web app sample.
Write your app like this once, and the same implementation will support 4x2=8 scenarios.
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1>{{ title }}</h1>
<h2>Welcome {{ user.name }}!</h2>

<!-- There is much hussle to get the local static image to show up on App Service.
<!-- There is much hassle to get the local static image to show up on App Service.
https://learn.microsoft.com/en-us/azure/app-service/configure-language-python#serve-static-files-for-django-apps
For now, we will use a remote image.
-->
Expand Down

0 comments on commit 497e098

Please sign in to comment.