Turns out, I was checking the wrong place, instead of checking the database at /python/instance, I was checking the manually created one at /python/.
To change the instance folder to /python, I just changed the flask initialization to app = Flask(_name_, instance_path='/python').