Skip to content

Commit e99afec

Browse files
authored
Update my_HOW_TO.MD
1 parent 16ab1ba commit e99afec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Python/Flask_Blog/my_HOW_TO.MD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ def home():
6060
## pythoneverywhere
6161
4/ on pythoneverywhere use console and git pull.
6262

63-
5/ set fecasoft_pythonanywhere_com_wsgi.py -> set app name -> set
63+
5/ set fecasoft_pythonanywhere_com_wsgi.py -> set app name -> set path to app
6464

65-
'''
65+
>>>
6666
'#' add your project directory to the sys.path
6767

6868
project_home = '/home/FecaSoft/FLASK_tut'
69-
'''
69+
<<<
7070

71-
'''
71+
>>>
7272
'#' import flask app but need to call it "application" for WSGI to work
7373

7474
from tutorial import app as application # noqa
75-
'''
75+
<<<
7676

7777

7878

0 commit comments

Comments
 (0)