reset_db.sh 149 Bytes Edit Raw Blame History 1 2 3 4 5 6 #!/bin/bash dropdb shellvalier createdb shellvalier -E UTF8 -T template0 -l pl_PL.utf8 python3 manage.py migrate python3 manage.py import_plWordnet