Skip to content

Commit cf49de7

Browse files
authored
Update README.md
1 parent afef9af commit cf49de7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ A collection of labs demonstrating how to build Python applications with Azure a
44

55
## Containerize a Django application using Visual Studio Code
66

7-
...
7+
Build a docker container to run a Django app using the Docker extension in Visual Studio Code to generate Dockerfiles and run the containers.
88

99
[Go to lab](1-vscode-django-docker/README.md)
1010

1111
## Developing a new Flask application in a Dev Container
1212

13-
...
13+
Build a new dev container using Visual Studio Code remote from scratch and create a simple Flask app inside of the new environment.
1414

1515
[Go to lab](2a-vscode-flask-dev-container/README.md)
1616

1717
## Developing a Django+PostgreSQL application in a Dev Container
1818

19-
...
19+
Open an existing dev container using Visual Studio Code remote extensions, build a React front-end, initialize a PostgreSQL database, and run a Django app.
2020

2121
[Go to lab](2b-vscode-django-postgres-dev-container/README.md)
2222

0 commit comments

Comments
 (0)