anselal / antminer-monitor

Cryptocurrency ASIC mining hardware monitor using a simple web interface
GNU General Public License v3.0
228 stars 145 forks source link

Flask migrate does not work due to relative database dir #120

Closed anselal closed 6 years ago

anselal commented 6 years ago

Flask-Migrate needs the full path of the database. The way we set it right now is with relative path which does not work.

Adding something like a basedir variable for the database uri should work.