adding Sent email API

This commit is contained in:
2024-09-22 20:02:30 +02:00
parent 4612d43a5c
commit c9a0e0a7b6
8 changed files with 40 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ COPY requirements.txt /app/
RUN pip install --upgrade pip \
&& pip install -r /app/requirements.txt
RUN pip install sib-api-v3-sdk
COPY . /app/
RUN python manage.py collectstatic --noinput --clear