silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
713 stars 106 forks source link

Error TemplateDoesNotExist when using rangefilter #61

Closed DoMaT closed 3 years ago

DoMaT commented 3 years ago

I installed the plugin and tried using, but get the following error:

Django Version: | 2.1.7 Exception Type: | TemplateDoesNotExist Exception Value: | rangefilter/date_filter.html django.template.loaders.filesystem.Loader: /rangefilter/date_filter.html (Source does not exist)

Any idea why?

silentsokolov commented 3 years ago

Please, full stacktrace

vladjkeee13 commented 3 years ago

I installed the plugin and tried using, but get the following error:

Django Version: | 2.1.7 Exception Type: | TemplateDoesNotExist Exception Value: | rangefilter/date_filter.html django.template.loaders.filesystem.Loader: /rangefilter/date_filter.html (Source does not exist)

Any idea why?

I think you just forgot to add app to your settings.

silentsokolov commented 3 years ago

Reopen if needed

DoMaT commented 3 years ago

Works fine, sorry for confusion!