django-fastdev icon indicating copy to clipboard operation
django-fastdev copied to clipboard

TemplateNotFound exception could be a lot more helpful

Open boxed opened this issue 5 years ago • 2 comments

We should suggest the correct filename. For example today I tried "foo.html" and it should have been "foo/foo.html" ('foo' being unique!). Running over all of the directories and doing some Levenshtein distance guessing should get us very far I think.

boxed avatar Sep 29 '20 06:09 boxed

Also if you don't have app dirs setting on we could warn about that.

boxed avatar Apr 05 '21 15:04 boxed

It could find if you've missed putting an app in installed apps.

boxed avatar Apr 05 '21 15:04 boxed