Ticket #1116: templates_python.patch

File templates_python.patch, 586 bytes (added by Cheng <czhang.cmu+web@…>, 19 years ago)
  • docs/templates_python.txt

     
    463463    directories, in this order:
    464464
    465465        * ``/path/to/myproject/polls/templates/foo.html``
    466         * ``/path/to/myproject/music/templates/music.html``
     466        * ``/path/to/myproject/music/templates/foo.html``
    467467
    468468    Note that the loader performs an optimization when it is first imported:
    469469    It caches a list of which ``INSTALLED_APPS`` packages have a ``templates``
Back to Top