From 441cf8bbb46eb6c8956aa82e6784c8d03ec5fdbc Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 22 May 2022 14:40:07 -0700 Subject: [PATCH] Create cache table during build --- .render.com/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.render.com/build.sh b/.render.com/build.sh index bc1d860f..68ff1a4f 100644 --- a/.render.com/build.sh +++ b/.render.com/build.sh @@ -5,3 +5,4 @@ python -m pip install --upgrade pip pip install -r requirements.txt python manage.py migrate +python manage.py createcachetable