Skip to content

Commit

Permalink
Updated production email
Browse files Browse the repository at this point in the history
- Removed "hello world" in index
  • Loading branch information
JusticeV452 committed Apr 18, 2024
1 parent 8a9f427 commit 0adb4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# SECRET_KEY = os.environ['DJANGO_SECRET_KEY'] # set in venv activate

ADMINS = ['rahmed@mit.edu'] # Django will email Ryaan on internal server errors
ADMINS = ['jmvidal@mit.edu'] # Django will email Justice on internal server errors

ALLOWED_HOSTS = []

Expand Down
4 changes: 1 addition & 3 deletions backend/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app_root">
<p>Hello world!</p>
</div>
<div id="app_root"></div>

{{component_props|json_script:"component_props"}}
{{component_name|json_script:"component_name"}}
Expand Down

0 comments on commit 0adb4f2

Please sign in to comment.