Changes between Initial Version and Version 2 of Ticket #21948


Ignore:
Timestamp:
Feb 4, 2014, 11:48:36 AM (10 years ago)
Author:
Tim Graham
Comment:

These are the default loaders so that's why it's probably not mentioned.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21948

    • Property Component UncategorizedDocumentation
    • Property Easy pickings set
    • Property Triage Stage UnreviewedAccepted
    • Property Type UncategorizedCleanup/optimization
  • Ticket #21948 – Description

    initial v2  
    88}}}
    99
    10  and that `django.template.loaders.filesystem.Loader` must come before `django.template.loaders.app_directories.Loader`.
     10and that `django.template.loaders.filesystem.Loader` must come before `django.template.loaders.app_directories.Loader`.
    1111
    1212This confused me for a long time, mainly because the default settings.py created with `django-admin.py startproject myproject` doesn't contain any of those settings.
Back to Top