Skip to content

Commit d6ba8ac

Browse files
Merge pull request #263944 from maud-lv/patch-53
Update Python and Django versions
2 parents 66b9f9b + 095596b commit d6ba8ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-connector/tutorial-django-webapp-postgres-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In this tutorial, you'll use the Azure CLI to complete the following tasks:
5353

5454
## Set up your initial environment
5555

56-
1. Install [Python 3.6 or higher](https://www.python.org/downloads/). To check if your Python version is 3.6 or higher, run the following code in a terminal window:
56+
1. Install [Python 3.8 or higher](https://www.python.org/downloads/). To check if your Python version is 3.8 or higher, run the following code in a terminal window:
5757

5858
### [Bash](#tab/bash)
5959

@@ -123,14 +123,14 @@ Open a terminal window in that *djangoapp* folder.
123123

124124
---
125125

126-
The djangoapp sample contains the data-driven Django polls app you get by following [Writing your first Django app](https://docs.djangoproject.com/en/3.1/intro/tutorial01/) in the Django documentation. The completed app is provided here for your convenience.
126+
The djangoapp sample contains the data-driven Django polls app you get by following [Writing your first Django app](https://docs.djangoproject.com/en/5.0/intro/tutorial01/) in the Django documentation. The completed app is provided here for your convenience.
127127

128128
The sample is also modified to run in a production environment like App Service:
129129

130130
* Production settings are in the *azuresite/production.py* file. Development settings are in *azuresite/settings.py*.
131131
* The app uses production settings when the `WEBSITE_HOSTNAME` environment variable is set. Azure App Service automatically sets this variable to the URL of the web app, such as `msdocs-django.azurewebsites.net`.
132132

133-
The production settings are specific to configuring Django to run in any production environment and aren't particular to App Service. For more information, see the [Django deployment checklist](https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/). Also see [Production settings for Django on Azure](../app-service/configure-language-python.md#production-settings-for-django-apps) for details on some of the changes.
133+
The production settings are specific to configuring Django to run in any production environment and aren't particular to App Service. For more information, see the [Django deployment checklist](https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/). Also see [Production settings for Django on Azure](../app-service/configure-language-python.md#production-settings-for-django-apps) for details on some of the changes.
134134
135135
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
136136

0 commit comments

Comments
 (0)