Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
2b15bbff
Commit
2b15bbff
authored
Sep 26, 2011
by
stef
Browse files
[fix] reordered i18n middleware
parent
160d7890
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings.py
View file @
2b15bbff
...
...
@@ -104,13 +104,13 @@ TEMPLATE_LOADERS = (
)
MIDDLEWARE_CLASSES
=
(
'django.middleware.common.CommonMiddleware'
,
'django.contrib.sessions.middleware.SessionMiddleware'
,
'django.middleware.locale.LocaleMiddleware'
,
'babeldjango.middleware.LocaleMiddleware'
,
'django.middleware.common.CommonMiddleware'
,
'django.middleware.csrf.CsrfViewMiddleware'
,
'django.contrib.auth.middleware.AuthenticationMiddleware'
,
'django.contrib.messages.middleware.MessageMiddleware'
,
'django.middleware.locale.LocaleMiddleware'
,
'babeldjango.middleware.LocaleMiddleware'
,
)
ROOT_URLCONF
=
'nnmon.urls'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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