Skip to content

Commit 2a9d14f

Browse files
Merge pull request #227148 from cephalin/patch-10
Close MicrosoftDocs/azure-docs-pr#226626
2 parents 9013b72 + a55c468 commit 2a9d14f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To run the application locally, make sure you have [Python 3.7 or higher](https:
2727
### [Flask](#tab/flask)
2828

2929
```bash
30-
git clone https://github.com/Azure-Samples/msdocs-flask-postgresql-sample-app
30+
git clone https://github.com/Azure-Samples/msdocs-flask-postgresql-sample-app.git
3131
```
3232

3333
### [Django](#tab/django)
@@ -40,10 +40,19 @@ git clone https://github.com/Azure-Samples/msdocs-django-postgresql-sample-app.g
4040

4141
Go to the application folder:
4242

43+
### [Flask](#tab/flask)
44+
4345
```bash
4446
cd msdocs-python-flask-webapp-quickstart
4547
```
4648

49+
### [Django](#tab/django)
50+
51+
```bash
52+
cd msdocs-django-postgresql-sample-app
53+
```
54+
55+
-----
4756

4857
Create an *.env* file as shown below using the *.env.sample* file as a guide. Set the value of `DBNAME` to the name of an existing database in your local PostgreSQL instance. Set the values of `DBHOST`, `DBUSER`, and `DBPASS` as appropriate for your local PostgreSQL instance.
4958

0 commit comments

Comments
 (0)