Skip to content

Commit

Permalink
add admin emails
Browse files Browse the repository at this point in the history
  • Loading branch information
david58 committed Nov 21, 2024
1 parent 552a3c0 commit 930b58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testovac/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def env(name, default):
]
)
else:
ADMINS = ()
ADMINS = ("David", "david.barbora@trojsten.sk")

if "TESTOVAC_FRONT_MANAGERS" in os.environ:
MANAGERS = tuple(
Expand Down

0 comments on commit 930b58c

Please sign in to comment.