Skip to content
Erik Smistad edited this page Jan 26, 2021 · 9 revisions

Annotation web is built using a web-based python framework called Django. To learn Django we highly recommend the official tutorial, however make sure you use the tutorial for the correct version of Django. Annotation web currently use Django version 2.2.

By default annotation web uses a sqlite3 database for storing all annotations and users. The images themselves are not stored in the database, but stored on disk with the path to the images stored in the database. Sqlite3 is a single file-based database, so the database is stored entirely in a single file called db.sqlite3 located in the root folder of annotation web. To backup your database simply copy the db.sqlite3 file.

Wiki contents