Skip to content

Commit 2c61cea

Browse files
committed
ajustando whitenoise no projeto
1 parent 1ccb02a commit 2c61cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djangoecommerce/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
'django.middleware.common.CommonMiddleware',
5252
'django.middleware.csrf.CsrfViewMiddleware',
5353
'django.contrib.auth.middleware.AuthenticationMiddleware',
54+
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
5455
'django.contrib.messages.middleware.MessageMiddleware',
5556
'django.middleware.clickjacking.XFrameOptionsMiddleware',
5657
]

0 commit comments

Comments
 (0)