If you app is small or simple, Flask is very useful. For example: Webservices, or simple webpage But if you need something more strong like a website with user management, session control.
For example, i use flask with flask-rest to my APIS (no HTML) And when i need a modular application website i use Django.