new functional_tests.container_commands file discerns local from server containers; .base calls now calls reset_database() therefrom; .test_my_lists also discerns test server location for different session keys; functional_tests restored as app in core.settings

This commit is contained in:
Disco DeDisco
2026-02-03 22:14:55 -05:00
parent 55bb589f61
commit 449b40e12e
7 changed files with 70 additions and 10 deletions

View File

@@ -48,11 +48,12 @@ INSTALLED_APPS = [
# Custom apps
'apps.dashboard',
'apps.lyric',
'functional_tests',
# Depend apps
]
if 'DJANGO_DEBUG_FALSE' not in os.environ:
INSTALLED_APPS += ['functional_tests']
# if 'DJANGO_DEBUG_FALSE' not in os.environ:
# INSTALLED_APPS += ['functional_tests']
MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',