Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oser-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hamza Touizrat
oser-backend
Merge requests
!32
Sortie thomas
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Sortie thomas
Sortie_thomas
into
sorties
Overview
1
Commits
6
Pipelines
0
Changes
6
Merged
Sortie thomas
Hamza Touizrat
requested to merge
Sortie_thomas
into
sorties
Feb 12, 2021
Overview
1
Commits
6
Pipelines
0
Changes
6
Created by: ThomasBidot
0
0
Merge request reports
Compare
sorties
sorties (base)
and
latest version
latest version
6795a6ce
6 commits,
Jul 24, 2022
6 files
+
209
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
oser_backend/settings/common.py
+
2
−
2
View file @ 6795a6ce
Edit in single-file editor
Open in Web IDE
Show full file
@@ -255,10 +255,10 @@ EMAIL_PORT = 587
EMAIL_USE_TLS
=
True
# Toggle sandbox mode (when running in DEBUG mode)
SENDGRID_SANDBOX_MODE_IN_DEBUG
=
False
SENDGRID_SANDBOX_MODE_IN_DEBUG
=
False
# echo to stdout or any other file-like object that is passed to the backend via the stream kwarg.
SENDGRID_ECHO_TO_STDOUT
=
True
SENDGRID_ECHO_TO_STDOUT
=
True
# Mails app config
Loading