nk20-scripts/shell/tabularasa

7 lines
196 B
Plaintext
Raw Normal View History

2020-04-10 21:06:12 +00:00
#!/usr/bin/sh
sudo -u postgres sh -c "dropdb note_db && psql -c 'CREATE DATABASE note_db OWNER note;'";
echo 'reset db';
source "env/bin/activate"
./manage.py migrate
./manage.py loaddata initial