django-fastdev
django-fastdev copied to clipboard
TemplateNotFound exception could be a lot more helpful
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.
Also if you don't have app dirs setting on we could warn about that.
It could find if you've missed putting an app in installed apps.