Ericsson / eva

EVA is a web-based tool for efficient annotation of videos and image sequences and has an additional tracking capabilities
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

Using sqlite? #31

Open Lambik opened 2 years ago

Lambik commented 2 years ago

Hi,

Is it possible to use the sqlite database in the docker configuration, instead of postgres? It should be more lightweight, no?

I've tried by:

And then docker-compose build + run manage.py migrate which doesn't error out, seems to do migrations, but then says the 'db.sqlite3' file is empty, and that no migrations actually happened.

What could be the issue?