From ae1a1d99c582273f232ec25ccb287644bd4855b7 Mon Sep 17 00:00:00 2001 From: En Zhou Date: Sun, 3 Sep 2023 11:10:44 -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 2b7bd0e..95587d7 100644 --- a/build_files.sh +++ b/build_files.sh @@ -3,3 +3,4 @@ pip install -r requirements.txt # make migrations python3.9 manage.py migrate python3.9 manage.py collectstatic +python3.9 manage.py createsuperuser --noinput