From 28ca248a86a5b2da5014c5bce963f68f5bc2b190 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 2 Jan 2024 15:36:04 +1100 Subject: [PATCH] Add start.sh --- start.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 00000000..31e08e5a --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +pip3 install -r requirements.txt +python3 manage.py migrate +python3 manage.py collectstatic --no-input +gunicorn locallibrary.wsgi