Skip to content

Commit

Permalink
Made suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rinklejain authored Mar 14, 2017
1 parent 8174d74 commit 3800a6b
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 @@ -73,7 +73,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 3800a6b

Please sign in to comment.