Skip to content

Commit

Permalink
Add locale middleware to test middleware setting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Feb 3, 2021
1 parent 3722c24 commit a0a5e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions froide/settings.py
Expand Up @@ -663,6 +663,7 @@ def MEDIA_ROOT(self):

MIDDLEWARE = [
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
Expand Down

0 comments on commit a0a5e0e

Please sign in to comment.