You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because some times my input wont be a queryset but wanted to test it with one but there was a error(I think both should work since in the documentation it says any compatible data source).
django.core.exceptions.ImproperlyConfigured: ShowDatosTablas is missing a QuerySet. Define ShowDatosTablas.model, ShowDatosTablas.queryset, or override ShowDatosTablas.get_queryset().
Thanks,
The text was updated successfully, but these errors were encountered:
Hello,
First I wanted to thank you for your library it has helped me a lot. However, I have come across the following issue when using SingleTableView.
This code produces no errors. However, I wanted to use the following instead:
This is because some times my input wont be a queryset but wanted to test it with one but there was a error(I think both should work since in the documentation it says any compatible data source).
Thanks,
The text was updated successfully, but these errors were encountered: