Skip to content

Commit 98fd15b

Browse files
committed
add DEFAULT_FROM_EMAIL to CI settings, upgrade tox
1 parent 16d8bbd commit 98fd15b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
"pytest-django==4.11.1",
5050
"pytest-cov==7.0.0",
5151
"pytest-randomly==4.0.1",
52-
"tox==4.32.0",
52+
"tox==4.46.3",
5353
]
5454

5555
[project.urls]

src/bma/environment_settings.py.ci

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ DATABASES = {
2828
}
2929

3030
ADMINS = [("admin", "admin@example.com")]
31+
DEFAULT_FROM_EMAIL="admin@example.com"
3132

3233
# admin site url prefix, set to 'admin' for /admin/
3334
ADMIN_PREFIX = "admin"

0 commit comments

Comments
 (0)