Skip to content

Commit 40ebd81

Browse files
committed
Remove unnecessary setting
1 parent 97312b5 commit 40ebd81

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

testsettings.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010

1111
INSTALLED_APPS = ("django_dbq",)
1212

13-
MIDDLEWARE_CLASSES = (
14-
"django.contrib.sessions.middleware.SessionMiddleware",
15-
"django.middleware.common.CommonMiddleware",
16-
"django.middleware.csrf.CsrfViewMiddleware",
17-
"django.contrib.auth.middleware.AuthenticationMiddleware",
18-
"django.contrib.messages.middleware.MessageMiddleware",
19-
"django.middleware.clickjacking.XFrameOptionsMiddleware",
20-
)
21-
2213
SECRET_KEY = "abcde12345"
2314

2415
LOGGING = {

0 commit comments

Comments
 (0)