Skip to content

Commit

Permalink
Disable Debug in test_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Nov 21, 2024
1 parent bf7dc21 commit cb32056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pod/main/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from ..settings import AUTH_PASSWORD_VALIDATORS, USE_I18N
from ..settings import ROOT_URLCONF, WSGI_APPLICATION, TEMPLATES
from ..settings import INSTALLED_APPS, MIDDLEWARE, AUTHENTICATION_BACKENDS
from ..settings import SERIALIZATION_MODULES, TAGULOUS_NAME_MAX_LENGTH

import os
from bs4 import BeautifulSoup
import requests
Expand Down Expand Up @@ -129,4 +131,5 @@ def get_shared_secret():
AI_ENHANCEMENT_API_VERSION = ""

# DEBUG
DEBUG = False
USE_DEBUG_TOOLBAR = False

0 comments on commit cb32056

Please sign in to comment.