mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
phone-home 'EMAIL_BACKEND' (a signal about production-use)
This commit is contained in:
@@ -90,6 +90,7 @@ def _make_message_body():
|
|||||||
# Settings that tell us how production-like your usage is.
|
# Settings that tell us how production-like your usage is.
|
||||||
"SINGLE_USER": get_settings().SINGLE_USER,
|
"SINGLE_USER": get_settings().SINGLE_USER,
|
||||||
"SINGLE_TEAM": get_settings().SINGLE_TEAM,
|
"SINGLE_TEAM": get_settings().SINGLE_TEAM,
|
||||||
|
"EMAIL_BACKEND": settings.EMAIL_BACKEND,
|
||||||
# As it stands, the 2 settings below are not used to determine production-like-ness; left here for reference
|
# As it stands, the 2 settings below are not used to determine production-like-ness; left here for reference
|
||||||
# "USER_REGISTRATION": get_settings().USER_REGISTRATION,
|
# "USER_REGISTRATION": get_settings().USER_REGISTRATION,
|
||||||
# "TEAM_CREATION": get_settings().TEAM_CREATION,
|
# "TEAM_CREATION": get_settings().TEAM_CREATION,
|
||||||
|
|||||||
Reference in New Issue
Block a user