dimanche 21 février 2021

How to test flask web app on smartphone (NOT using app.run() )

I need to test how a web application built with Flask works on a smartphone. To test it on my laptop I am able to run it on localhost (my FLASK_ENV was "development"). I was wondering if there were any way to test my web app on my iPhone in a similar manner.

I cannot use the app.run() function as my set up doesn't really allow for it

Aucun commentaire:

Enregistrer un commentaire