From c26a69fe9d7857cf4d212475403d099893fbf84f Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sun, 7 Feb 2016 17:52:48 +0000 Subject: [PATCH] Automated update script --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 update.sh 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