Bugfixes for emails and bugfixes for trade acceptance quantities being checked on create, closes #1
This commit is contained in:
parent
32da8157a6
commit
bd7a65975f
21 changed files with 95 additions and 86 deletions
4
deploy.sh
Normal file
4
deploy.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
python manage.py migrate --noinput
|
||||
python manage.py clear_cache
|
||||
python manage.py collectstatic --noinput
|
||||
Loading…
Add table
Add a link
Reference in a new issue