Skip to content

Commit

Permalink
Format list of admins
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Nov 16, 2024
1 parent 2e82fd9 commit 0ba5b7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mas_problem/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,8 @@ def read_secret(secret_name: str) -> str:
DEFAULT_FROM_EMAIL = '[email protected]'
SERVER_EMAIL = DEFAULT_FROM_EMAIL

ADMINS = [('Kovacs', '[email protected]'), ('Masrna',
'[email protected]'), ('Smilnak', '[email protected]')]
ADMINS = [
('Kovacs', '[email protected]'),
('Masrna','[email protected]'),
('Smilnak', '[email protected]')
]

0 comments on commit 0ba5b7b

Please sign in to comment.