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 (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -First, [[set up a virtualenv>>doc: Main.How to Create a VirtualEnv.WebHome]].1 +First, [[set up a virtualenv>>doc:Computing Newbies.Python Newbies.How to Create a VirtualEnv.WebHome]]. 2 2 3 3 [[In the virtualenv, install flask>>doc:Computing Newbies.Python Newbies.How to add libraries to a virtualenv.WebHome]], then try out this .py file. 4 4 ... ... @@ -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.