diff options
Diffstat (limited to 'settings_local.py.dist')
-rwxr-xr-x | settings_local.py.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings_local.py.dist b/settings_local.py.dist index 5651fec7..2b23c010 100755 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -55,6 +55,9 @@ EMAIL_HOST='osqa.net' EMAIL_PORT='25' EMAIL_USE_TLS=False +#HACK - anonymous user email - for email-less users +ANONYMOUS_USER_EMAIL = 'anonymous@osqa.net' + #LOCALIZATIONS TIME_ZONE = 'America/New_York' |