Skip to content

Commit

Permalink
updates email and disables debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dxenes1 committed Oct 24, 2024
1 parent 25cf0bf commit 8d2006f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neuvue_project/neuvue/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
SECRET_KEY = os.environ["DJANGO_SECRET_KEY"]

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False

SITE_ID = 2

Expand Down
Binary file modified neuvue_project/neuvueDB.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion neuvue_project/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2 class="pt-5 pb-3"> Collaborators </h2>
<h2 class="pt-5 pb-3"> Contact Us </h2>

<p>
We'd love to hear from you! Reach out at <a class="text-secondary-color-activated" href="mailto:info@neuvue.io">info@neuvue.io</a> with questions or if you are interested in collaborating with us.
We'd love to hear from you! Reach out at <a class="text-secondary-color-activated" href="mailto:info@neuvue.io">info@bossdb.org</a> with questions or if you are interested in collaborating with us.
</p>

</div>
Expand Down

0 comments on commit 8d2006f

Please sign in to comment.