- If you consider using many data or if you want to protect your database, Postgres might be an option for you.
- More infromatin is provided here:
- install postgres
- enter your database credential in ./TS_annotation_tool/settings.py and ./TS_annotation_tool/settings_deployment.py
- set up postgres db with
sudo -u postgres psqlpostgres=# create database YOUR_DATABASE_NAME with owner YOUR_USERNAME;
python manage.py makemigrationspython manage.py migratepython3 manage.py createsuperuser
python manage.py runserveropen http://127.0.0.1:8000 in your browser