diff --git a/pod/main/test_settings.py b/pod/main/test_settings.py index 08e02fdf66..46aacbee09 100644 --- a/pod/main/test_settings.py +++ b/pod/main/test_settings.py @@ -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 @@ -129,4 +131,5 @@ def get_shared_secret(): AI_ENHANCEMENT_API_VERSION = "" # DEBUG +DEBUG = False USE_DEBUG_TOOLBAR = False