Skip to content

Commit 1073e41

Browse files
authored
Merge pull request #3613 from kraigb/kraigb-python-feedback
Freshness check, updating ms.date
2 parents 5797736 + 3a61320 commit 1073e41

8 files changed

+8
-8
lines changed

docs/python/debugging-python-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug Python code
33
description: Visual Studio provide rich debugging for Python code, including setting breakpoints, stepping, inspecting values, looking at exceptions, and debugging in the interactive window.
4-
ms.date: 10/10/2018
4+
ms.date: 01/07/2019
55
ms.prod: visual-studio-dev15
66
ms.topic: conceptual
77
author: kraigb

docs/python/learn-flask-visual-studio-step-01-project-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Learn Flask tutorial in Visual Studio step 1, Flask basics
33
titleSuffix: ""
44
description: A walkthrough of Flask basics in the context of Visual Studio projects, including prerequisites, Git, and virtual environments.
5-
ms.date: 09/04/2018
5+
ms.date: 01/07/2019
66
ms.prod: visual-studio-dev15
77
ms.topic: tutorial
88
author: kraigb

docs/python/learn-flask-visual-studio-step-02-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Learn Flask tutorial in Visual Studio step 2, views and templates
33
titleSuffix: ""
44
description: A walkthrough of Flask basics in the context of Visual Studio projects, specifically steps of creating an app and using views and templates.
5-
ms.date: 09/04/2018
5+
ms.date: 01/07/2019
66
ms.prod: visual-studio-dev15
77
ms.topic: tutorial
88
author: kraigb

docs/python/learn-flask-visual-studio-step-03-serve-static-files-add-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Learn Flask tutorial in Visual Studio step 3, static files and pages
33
titleSuffix: ""
44
description: A walkthrough of Flask basics in the context of Visual Studio projects, specifically demonstrating how to serve static files, add pages to the app, and use template inheritance
5-
ms.date: 09/04/2018
5+
ms.date: 01/07/2019
66
ms.prod: visual-studio-dev15
77
ms.topic: tutorial
88
author: kraigb

docs/python/learn-flask-visual-studio-step-04-full-flask-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Learn Flask tutorial in Visual Studio step 4, web project templates
33
titleSuffix: ""
44
description: A walkthrough of Flask basics in the context of Visual Studio projects, specifically the features provided by the Flask Web Project and Flask/Jade Web Project templates.
5-
ms.date: 09/04/2018
5+
ms.date: 01/07/2019
66
ms.prod: visual-studio-dev15
77
ms.topic: tutorial
88
author: kraigb

docs/python/learn-flask-visual-studio-step-05-polls-flask-web-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Learn Flask tutorial in Visual Studio step 5, Polls project template
33
titleSuffix: ""
44
description: A walkthrough of Flask basics in the context of Visual Studio projects, specifically the features of the Polls Flask Web Project and Polls Flask/Jade Web Project templates.
5-
ms.date: 09/04/2018
5+
ms.date: 01/07/2019
66
ms.prod: visual-studio-dev15
77
ms.topic: tutorial
88
author: kraigb

docs/python/managing-python-on-azure-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure Python on Azure App Service (Windows)
33
description: How to install a Python interpreter and libraries on Azure App Service, and configuring web applications to properly refer to that interpreter.
4-
ms.date: 10/18/2018
4+
ms.date: 01/07/2019
55
ms.prod: visual-studio-dev15
66
ms.topic: conceptual
77
author: kraigb

docs/python/publish-to-app-service-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Publish a Python app to Azure App Service on Windows
33
description: How to publish a Python web application directly to Azure App Service on Windows from Visual Studio, including the necessary content for the web.config file.
4-
ms.date: 10/18/2018
4+
ms.date: 01/07/2019
55
ms.prod: visual-studio-dev15
66
ms.topic: conceptual
77
author: kraigb

0 commit comments

Comments
 (0)