add cache

This commit is contained in:
2025-03-10 13:48:47 +08:00
parent 0eeab2e7b9
commit 332d685e8b
2 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
python manage.py createcachetable
python manage.py migrate --noinput
exec gunicorn --bind 0.0.0.0:8000 api.asgi:application -k uvicorn.workers.UvicornWorker -w 5