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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user