Skip to content

Commit

Permalink
chore: add support email to admins/managers
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 30, 2021
1 parent 4a1e404 commit caeef5b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,13 @@
ADMIN_URL = "admin/"
ADMINS = [
(
"""Savannah Informatics Global Health Institute""",
"Savannah Informatics Global Health Institute",
"info@savannahghi.org",
)
),
(
"Savannah Informatics Support Team",
"feedback@healthcloud.co.ke",
),
]
MANAGERS = ADMINS

Expand Down

0 comments on commit caeef5b

Please sign in to comment.