diff --git a/update.sh b/update.sh new file mode 100644 index 00000000..20b03ba3 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +pip install -r requirements.txt +yes yes | python manage.py syncdb +yes yes | python manage.py evolve --hint --execute +yes yes | python manage.py collectstatic