Skip to content
Snippets Groups Projects
Commit 985f7c7b authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

tabularasa, but dishes are re-installed

parent 72a752fd
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/sh #!/usr/bin/sh
sudo -u postgres sh -c "dropdb note_db && psql -c 'CREATE DATABASE note_db OWNER note;'"; sudo -u postgres sh -c "dropdb note_db && psql -c 'CREATE DATABASE note_db OWNER note;'";
echo 'reset db'; echo 'reset db';
source "env/bin/activate"
./manage.py migrate
./manage.py loaddata initial
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment