Changes for page How to serve a webpage using python flask
Last modified by Leon Poon on 2021/03/23 13:17
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - Main.WebHome1 +Computing Newbies.Python Newbies.WebHome - Content
-
... ... @@ -14,6 +14,6 @@ 14 14 app.run() 15 15 {{/code}} 16 16 17 -Run this script [[in the virtualenv>>doc: Main.How to Run a Python Script in a VirtualEnv.WebHome]]. It will not exit.17 +Run this script [[in the virtualenv>>doc:Computing Newbies.Python Newbies.How to Run a Python Script in a VirtualEnv.WebHome]]. It will not exit. 18 18 19 19 Now you should be able to access [[http:~~/~~/localhost:5000/>>url:http://localhost:5000/]] in your web browser.