Skip to content

Commit

Permalink
Remove configurações do SendGrid (não é mais usado)
Browse files Browse the repository at this point in the history
  • Loading branch information
turicas committed Jun 30, 2024
1 parent 6511c5a commit 1eba302
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@
EMAIL_PORT = config("EMAIL_PORT", cast=int, default=587)
EMAIL_USE_TLS = config("EMAIL_USE_TLS", cast=bool, default=True)
DEFAULT_FROM_EMAIL = config("DEFAULT_FROM_EMAIL", default="[email protected]")
if DEBUG:
EMAIL_FILE_PATH = MEDIA_ROOT
else:
SENDGRID_API_KEY = config("SENDGRID_API_KEY")


# Auth conf
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ requests-cache==1.2.0
requests==2.32.0
retry==0.9.2
rq-scheduler==0.13.1
sendgrid-django==4.2.0
sentry-sdk >= 1.45.0, < 2.0.0
sorl-thumbnail==12.10.0
tqdm==4.66.3
Expand Down

0 comments on commit 1eba302

Please sign in to comment.