Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
set debug=ture
  • Loading branch information
Kudzmat authored Nov 17, 2024
1 parent 7121530 commit 9a2247b
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 = False
DEBUG = True

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

0 comments on commit 9a2247b

Please sign in to comment.