We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ab1ba commit e99afecCopy full SHA for e99afec
Python/Flask_Blog/my_HOW_TO.MD
@@ -60,19 +60,19 @@ def home():
60
## pythoneverywhere
61
4/ on pythoneverywhere use console and git pull.
62
63
-5/ set fecasoft_pythonanywhere_com_wsgi.py -> set app name -> set
+5/ set fecasoft_pythonanywhere_com_wsgi.py -> set app name -> set path to app
64
65
-'''
+>>>
66
'#' add your project directory to the sys.path
67
68
project_home = '/home/FecaSoft/FLASK_tut'
69
+<<<
70
71
72
'#' import flask app but need to call it "application" for WSGI to work
73
74
from tutorial import app as application # noqa
75
76
77
78
0 commit comments