Skip to content

Commit

Permalink
Changed MIDDLEWARE to MIDDLEWARE_CLASSES
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Thornton-Harvard committed Feb 11, 2019
2 parents db9bf6c + bf49c21 commit afa4180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas_manage_course/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'manage_sections',
]

MIDDLEWARE = [
MIDDLEWARE_CLASSES = [
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'cached_auth.Middleware',
Expand Down

0 comments on commit afa4180

Please sign in to comment.