During conversation of #4, several people expressed the desire to report missing templates that do not end in .html or .htm, as some templates end in .txt or arbitrary extensions like .subject.
We should probably default to .html, .htm, and .txt (this last is used by Django emails). It should be possible for developers to configure the extensions being matched by the find_executable_files() method, so that they can add arbitrary extensions like .subject if necessary.
During conversation of #4, several people expressed the desire to report missing templates that do not end in
.htmlor.htm, as some templates end in.txtor arbitrary extensions like.subject.We should probably default to
.html,.htm, and.txt(this last is used by Django emails). It should be possible for developers to configure the extensions being matched by thefind_executable_files()method, so that they can add arbitrary extensions like.subjectif necessary.