Skip to content

Commit 3594c76

Browse files
authored
Update settings.py
debug true
1 parent 0233f6a commit 3594c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NoseBleedSeat/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
load_dotenv()
1919

2020
# SECURITY WARNING: don't run with debug turned on in production!
21-
DEBUG = False
21+
DEBUG = True
2222

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

0 commit comments

Comments
 (0)