diff --git a/NoseBleedSeat/settings.py b/NoseBleedSeat/settings.py index b2b2c3e..a3cd057 100644 --- a/NoseBleedSeat/settings.py +++ b/NoseBleedSeat/settings.py @@ -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