Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
bookshare
Commits
e3e53404
Commit
e3e53404
authored
Feb 25, 2020
by
Daniel W Bond
Browse files
middleware_classes is renamed middleware
parent
8a6ec1a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/settings/settings.py
View file @
e3e53404
...
...
@@ -90,7 +90,7 @@ REST_FRAMEWORK = {
MESSAGE_TAGS
=
{
messages
.
ERROR
:
'danger'
,
}
MIDDLEWARE
_CLASSES
=
(
MIDDLEWARE
=
(
'django.middleware.common.CommonMiddleware'
,
'django.contrib.sessions.middleware.SessionMiddleware'
,
'django.contrib.auth.middleware.AuthenticationMiddleware'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment