[READ-ONLY] Mirror of https://github.com/shuuji3/django-litestream-playground. Playground for django-litestream package django-litestream-playground.shuuji3.xyz/
django litestream
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: use boolean castable value

+1 -1
+1 -1
Dockerfile
··· 9 9 COPY . . 10 10 11 11 RUN uv sync --frozen 12 - RUN SECRET_KEY=x DEBUG=x uv run manage.py collectstatic --noinput 12 + RUN SECRET_KEY=x DEBUG=false uv run manage.py collectstatic --noinput 13 13 14 14 CMD ["./run.sh"]