Ecotrust / cogs-priorities

national-scale refuge planning tool
Other
1 stars 1 forks source link

Fix registration on cogs-dev #25

Closed rhodges closed 10 years ago

rhodges commented 10 years ago

Django 500 error

rhodges commented 10 years ago

email host was either set to or defaulted to "localhost".

Set our mail server as well as other mail settings in the settings_local.py and everything works well: EMAIL_HOST = '' EMAIL_HOST_USER = 'user@email.com' DEFAULT_FROM_EMAIL = 'user@email.com' SERVER_EMAIL = 'user@email.com'