diff options
Diffstat (limited to 'pgcommitfest/settings.py')
-rw-r--r-- | pgcommitfest/settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pgcommitfest/settings.py b/pgcommitfest/settings.py index 5ef0bd4..f33c71b 100644 --- a/pgcommitfest/settings.py +++ b/pgcommitfest/settings.py @@ -128,6 +128,7 @@ INSTALLED_APPS = ( 'selectable', 'commitfest', 'mailqueue', + 'userprofile', ) # A sample logging configuration. The only tangible logging @@ -166,6 +167,9 @@ ARCHIVES_HOST="archives.postgresql.org" # Host: header to send # Email address to pgsql-hackers. Set to something local to test maybe? HACKERS_EMAIL="pgsql-hackers-testing@localhost" +# Email address for outgoing system messages +NOTIFICATION_FROM="[email protected]" + # Load local settings overrides try: from local_settings import * |