pip install method doesnt produce a working instance from a scratch database
following https://docs.panoramax.fr/api/install/install/#__tabbed_1_2 i've ran pip install geovisio in a venv.. sadly, this doesnt install the migrations/ subfolder, nor the yoyo.ini file, which results in flask db upgrade not populating the DB.
reusing the deps from the same venv, i can run flask db upgrade (which runs the migrations) from a git clone of the repo.
i guess the pip install method should be removed from the docs :) or the wheel should ship the files required to bootstrap the database...
Edited by Landry Breuil