various small bugfixes; add cards list view

This commit is contained in:
badblocks 2025-03-28 15:50:20 -07:00
parent d5f8345581
commit 05a279fa3a
10 changed files with 264 additions and 23 deletions

View file

@ -34,7 +34,7 @@ EXPOSE 8000
RUN python manage.py collectstatic --noinput
#RUN python manage.py createcachetable django_cache
#RUN python manage.py loaddata seed/* && python manage.py createcachetable django_cache
# Use gunicorn on port 8000
CMD ["gunicorn", "--bind", ":8000", "django_project.wsgi", "--timeout", "300"]