new: basic email template with csv attachments for the orded and each line

This commit is contained in:
cătălin 2021-01-25 02:57:36 +01:00
commit 0148d193ee
8 changed files with 126 additions and 143 deletions

View file

@ -10,6 +10,7 @@ steps:
- apt-get update -y
- apt-get -y install python3.7 python3.7-dev python curl python3.7-distutils
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- cp bernini/settings.py-template bernini/settings.py
- ~/.poetry/bin/poetry install
- ~/.poetry/bin/poetry run python ./manage.py migrate
- ~/.poetry/bin/poetry run python ./manage.py test