This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Flask will display a warning everytime you startup your application if you are not using it in behind a separate WSGI server. | |
* Environment: production | |
WARNING: Do not use the development server in a production environment. | |
Use a production WSGI server instead. | |
This was not relevant for my scenario and I wanted the message gone, | |
so using this method will remove their ability to print that message | |