Skip to content

Commit

Permalink
Made suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rinklejain authored and amplifi committed Mar 20, 2017
1 parent ddc86e4 commit 8de4cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadasta/config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
EMAIL_HOST_USER = os.environ['EMAIL_HOST_USER']
EMAIL_HOST_PASSWORD = os.environ['EMAIL_HOST_PASSWORD']
SERVER_EMAIL = '[email protected]'
DEFAULT_FROM_EMAIL = 'Cadasta Platform<[email protected]>'
DEFAULT_FROM_EMAIL = 'Cadasta Platform <[email protected]>'
ROOT_URLCONF = 'config.urls.production'

STATIC_URL = '/static/'
Expand Down

0 comments on commit 8de4cec

Please sign in to comment.