Skip to content

Commit

Permalink
rf#140 Fix middleware name
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Jul 3, 2018
1 parent bccd2b2 commit b7af262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopelectro/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'django.middleware.locale.LocaleMiddleware',
'django_user_agents.middleware.UserAgentMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware',
'refarm_redirects.middleware.RedirectFallbackMiddleware',
'refarm_redirects.middleware.RedirectAllMiddleware',
]

ROOT_URLCONF = 'shopelectro.urls'
Expand Down

0 comments on commit b7af262

Please sign in to comment.