Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
debug = True
  • Loading branch information
Kudzmat authored Nov 30, 2024
1 parent cd1cfbd commit 9246202
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 @@ -20,7 +20,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 9246202

Please sign in to comment.