We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68110ac commit 8bc8d00Copy full SHA for 8bc8d00
template/VAR_PACKAGE_NAME/tests/test_settings.py
@@ -57,7 +57,9 @@
57
INSTALLED_APPS = EXTERNAL_APPS + INTERNAL_APPS
58
59
MIDDLEWARE_CLASSES = [
60
+ 'django.contrib.sessions.middleware.SessionMiddleware',
61
'django.middleware.common.CommonMiddleware',
62
+ 'django.contrib.auth.middleware.AuthenticationMiddleware',
63
'django.middleware.csrf.CsrfViewMiddleware',
64
]
65
0 commit comments