I'm working on a flask app: https://github.com/josephmalisov/todo_list When I run it on computer, I am told (with the warning in red):
Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
First of all, isn't that contradictory?
But mainly, I want to know the difference between a development server and production deployment. When I run it on heroku, it works, so what's the benefit of doing this lengthy flask tutorial of Deploy to Production?