Fixed #11780 -- Corrected a typo in the static file serving docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
94885bac7b
commit
94d8da31da
|
@ -126,7 +126,7 @@ Here's the default ``static/directory_index.html`` template:
|
||||||
listings. The template that was loaded had to be called
|
listings. The template that was loaded had to be called
|
||||||
``static/directory_listing`` (with no ``.html`` extension). For backwards
|
``static/directory_listing`` (with no ``.html`` extension). For backwards
|
||||||
compatibility with earlier versions, Django will still load templates with
|
compatibility with earlier versions, Django will still load templates with
|
||||||
the older (no extension) name, but it will prefer a the
|
the older (no extension) name, but it will prefer the
|
||||||
``directory_index.html`` version.
|
``directory_index.html`` version.
|
||||||
|
|
||||||
Limiting use to DEBUG=True
|
Limiting use to DEBUG=True
|
||||||
|
|
Loading…
Reference in New Issue