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
from rest_pandas.serializers import PandasSerializer
class YourSerializer(serializers.ModelSerializer):
class Meta:
model = YourModel
list_serializer_class = PandasSerializer
I really would love to use this nice package but I'm getting this error no matter what I do.
I see that no one is really maintaining this package anymore but I really hope someone may clarify this for me.
Following my baseApi view:
The text was updated successfully, but these errors were encountered: