Skip to content
Snippets Groups Projects
update_db.sh 168 B
#!/bin/bash

set -e

#python manage.py makemigrations
#python manage.py migrate

rm import.log || true

time python manage.py update_tei

head import.log
wc import.log