1👍
I added using=None
to index_queryset
so it looks like def index_queryset(self, using=None):
this fixed the error.
Source:stackexchange.com
1👍
I added using=None
to index_queryset
so it looks like def index_queryset(self, using=None):
this fixed the error.