boxed / django-fastdev

An app to make it safer, faster and more fun to develop in Django
BSD 3-Clause "New" or "Revised" License
148 stars 13 forks source link

TemplateNotFound exception could be a lot more helpful #1

Open boxed opened 4 years ago

boxed commented 4 years ago

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 commented 3 years ago

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

boxed commented 3 years ago

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