mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Reverted deprecation of media context processor (from r14293) to separate static files and media files a bit more.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
63023e6ad9
commit
70edd4e103
6 changed files with 7 additions and 25 deletions
|
|
@ -154,6 +154,7 @@ editing that setting by hand it should look something like::
|
|||
TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
'django.core.context_processors.debug',
|
||||
'django.core.context_processors.i18n',
|
||||
'django.core.context_processors.media',
|
||||
'django.contrib.auth.context_processors.auth',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
'django.contrib.staticfiles.context_processors.staticfiles',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue