smistad / annotationweb

A web-based annnotation system for easy annotation of image sequences such as ultrasound and camera recordings
MIT License
32 stars 18 forks source link

Multiple databases #42

Open smistad opened 4 years ago

smistad commented 4 years ago

It could be useful to support multiple databases, having a separate database file for each project.

Would need to create a DB router, which check the logged in user which project should be used: https://docs.djangoproject.com/en/3.0/topics/db/multi-db/