reset_db.sh 149 Bytes
#!/bin/bash

dropdb shellvalier
createdb shellvalier -E UTF8 -T template0 -l pl_PL.utf8
python3 manage.py migrate
python3 manage.py import_plWordnet