0
Import-HTTP Error
`from flask_session import Session` this importing fail, though I've installed the module using pip when I run my app I get *405:Method Not Allowed * error. How can i fix the problem?
1 Answer
0
How did you run the app ?
`from flask_session import Session` this importing fail, though I've installed the module using pip when I run my app I get *405:Method Not Allowed * error. How can i fix the problem?