Bugfixes for emails and bugfixes for trade acceptance quantities being checked on create, closes #1

This commit is contained in:
badblocks 2025-04-08 00:59:40 -07:00
parent 32da8157a6
commit bd7a65975f
21 changed files with 95 additions and 86 deletions

4
deploy.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
python manage.py migrate --noinput
python manage.py clear_cache
python manage.py collectstatic --noinput