Skip to content

Commit 6daad96

Browse files
committed
chore(settings): remove ADMINS / MANAGERS from settings.py
Not used and already defaults to empty https://docs.djangoproject.com/en/1.9/ref/settings/#admins
1 parent bd63f4e commit 6daad96

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

rootfs/deis/settings.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
'security.W008'
2121
]
2222

23-
ADMINS = (
24-
# ('Your Name', 'your_email@example.com'),
25-
)
26-
27-
MANAGERS = ADMINS
28-
2923
CONN_MAX_AGE = 60 * 3
3024

3125
# SECURITY: change this to allowed fqdn's to prevent host poisioning attacks

0 commit comments

Comments
 (0)