flask.Flask.auto_find_instance_path

Flask.auto_find_instance_path()[source]

Tries to locate the instance path if it was not provided to the constructor of the application class. It will basically calculate the path to a folder named instance next to your main file or the package.

New in version 0.8.