Mention emails are printed in run-dev.py console.

Fixes: #1046
This commit is contained in:
Vishnu Ks
2016-06-18 22:27:22 +05:30
committed by Tim Abbott
parent f7ce5fc179
commit ff66ce780a
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ def add_settings(request):
'password_auth_enabled': password_auth_enabled(realm),
'dev_auth_enabled': dev_auth_enabled(),
'google_auth_enabled': google_auth_enabled(),
'development_environment': settings.DEVELOPMENT,
}
def add_metrics(request):