Hello, thanks for the tutorial.
When trying the example, testing it using make deploy, i'm getting a "POST / HTTP/1.1" 405 - so when I submit the form, i get an url with "Method Not Allowed".
I really don't understand why i'm getting this error but i'm just learning flask and Flask-WTF.
All the dependencies are installed and i'm not getting any other errors or warnings. Any thoughts?
Hello, thanks for the tutorial.
When trying the example, testing it using
make deploy, i'm getting a"POST / HTTP/1.1" 405 -so when I submit the form, i get an url with "Method Not Allowed".I really don't understand why i'm getting this error but i'm just learning
flaskandFlask-WTF.All the dependencies are installed and i'm not getting any other errors or warnings. Any thoughts?