diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-09 00:55:23 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-09 00:55:23 +0000 |
| commit | 5df59f478e1b4fbeaec8e797856012eeb1500102 (patch) | |
| tree | d1e568711c2a86fd8b6166160cf792d2ce7640e4 /docs/templates_python.txt | |
| parent | 49fa5cbf1f8699b06a61f604eb14bf17310228ad (diff) | |
magic-removal: Merged to [1872]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index f2aa97501a..1b804e8e80 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -471,7 +471,7 @@ a template loader. Here are the built-in template loaders: directories, in this order: * ``/path/to/myproject/polls/templates/foo.html`` - * ``/path/to/myproject/music/templates/music.html`` + * ``/path/to/myproject/music/templates/foo.html`` Note that the loader performs an optimization when it is first imported: It caches a list of which ``INSTALLED_APPS`` packages have a ``templates`` |
