Skip to content

Commit

Permalink
changed debug to False
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudzayi committed Nov 17, 2024
1 parent cfea3ff commit 06580b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NoseBleedSeat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
load_dotenv()

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

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
Expand Down

0 comments on commit 06580b3

Please sign in to comment.