Skip to content

Commit

Permalink
debug to false
Browse files Browse the repository at this point in the history
  • Loading branch information
dxenes1 committed Feb 10, 2023
1 parent 7b92f11 commit ce5b2a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuvue_project/neuvue/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SECRET_KEY = os.environ["DJANGO_SECRET_KEY"]

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

ALLOWED_HOSTS = [
"app.neuvue.io",
Expand Down
Binary file modified neuvue_project/neuvueDB.sqlite3
Binary file not shown.

0 comments on commit ce5b2a7

Please sign in to comment.