Skip to content
Snippets Groups Projects
Commit 75ac02cc authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

settings: remove custom ADMINS for dev instances

parent 0a594624
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,6 @@ INTERNAL_IPS = [
INTERNAL_IP_ADDRESS,
]
# Adjust ADMINS for dev instances
ADMINS = [
("Tanner Prestegard", "tanner.prestegard@ligo.org"),
]
# Set up Sentry for error logging
sentry_dsn = get_from_env('DJANGO_SENTRY_DSN', fail_if_not_found=False)
if sentry_dsn is not None:
......
......@@ -48,8 +48,3 @@ if 'silk' in INSTALLED_APPS:
INTERNAL_IPS = [
INTERNAL_IP_ADDRESS,
]
# Adjust ADMINS for dev instances
ADMINS = [
("Tanner Prestegard", "tanner.prestegard@ligo.org"),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment