From 3ab35d6c31ff2be36fdd7448ad797bd10647fdd2 Mon Sep 17 00:00:00 2001 From: En Zhou Date: Sun, 3 Sep 2023 11:31:20 -0600 Subject: [PATCH] Update build_files.sh --- build_files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_files.sh b/build_files.sh index 0657b2b..f1eb3bb 100644 --- a/build_files.sh +++ b/build_files.sh @@ -2,6 +2,7 @@ pip install -r requirements.txt # make migrations +python3.9 manage.py makemigrations python3.9 manage.py migrate python3.9 manage.py collectstatic # python3.9 manage.py createsuperuser --noinput