Merge pull request #64 from agn-7/master

Update README.rst
This commit is contained in:
Valentin Samir 2020-12-06 15:42:28 +01:00 committed by GitHub
commit 35d01797a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,13 +136,13 @@ Quick start
)
For internationalization support, add "django.middleware.locale.LocaleMiddleware"
to your MIDDLEWARE_CLASSES setting like this::
to your MIDDLEWARE setting like this::
MIDDLEWARE_CLASSES = (
MIDDLEWARE = [
...
'django.middleware.locale.LocaleMiddleware',
...
)
]
2. Include the cas_server URLconf in your project urls.py like this::