File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ There are seven steps in activating the Django admin site:
2626 in your :setting:`INSTALLED_APPS` list, add them.
2727
28283. Add ``django.contrib.messages.context_processors.messages`` to
29- :setting:`TEMPLATE_CONTEXT_PROCESSORS` and
30- :class:`~django.contrib.messages.middleware.MessageMiddleware` to
31- :setting:`MIDDLEWARE_CLASSES`. (These are both active by default, so
29+ :setting:`TEMPLATE_CONTEXT_PROCESSORS` as well as
30+ :class:`django.contrib.auth.middleware.AuthenticationMiddleware` and
31+ :class:`django.contrib.messages.middleware.MessageMiddleware` to
32+ :setting:`MIDDLEWARE_CLASSES`. (These are all active by default, so
3233 you only need to do this if you've manually tweaked the settings.)
3334
34354. Determine which of your application's models should be editable in the
You can’t perform that action at this time.
0 commit comments