Newer
Older
#!/bin/bash
dropdb shellvalier
createdb shellvalier -E UTF8 -T template0 -l pl_PL.utf8
python3 manage.py migrate
python3 manage.py import_plWordnet
python3 manage.py import_tei
#!/bin/bash
dropdb shellvalier
createdb shellvalier -E UTF8 -T template0 -l pl_PL.utf8
python3 manage.py migrate
python3 manage.py import_plWordnet
python3 manage.py import_tei