-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TemplateDoesNotExist: django_filters/rest_framework/form.html #562
Comments
I also have this which might be causing issues:
|
Looks like the issue has been fixed: philipn/django-rest-framework-filters#129 |
I also get this error, using:
If I revert to the following, then it works.
|
Hi @timothycoutlakis - I believe this is the same issue as #666. You may need to add |
Thank you @rpkilby, that solved it. |
@adding 'django-filters' in the apps list inside settings.py solved the issue. I was using following configuration as well django==1.10.6 Django rest framework documentation should be updated |
@timothycoutlakis this trick works for me, thanks. |
This fixes an issue which prevents the browseable API from rendering. For more details, see https://github.com/carltongibson/django-filter/issues/562\#issuecomment-291035404. LEARNER-1590
This fixes an issue which prevents the browseable API from rendering. For more details, see carltongibson/django-filter#562. LEARNER-1590
This fixes an issue which prevents the browseable API from rendering. For more details, see carltongibson/django-filter#562. LEARNER-1590
Resolved some issues with DjangoFilterBackend and filter_fields, cf. carltongibson/django-filter#562
Adding 'django_filters' in installed apps worked for me. |
I am getting:
I have:
Perhaps the issues was introducted by?: 48f35b2
The text was updated successfully, but these errors were encountered: