I am trying to use django_grpc_framework and I created the project.
After running the grpc server, I am getting an error that says:
TypeError: requires_system_checks must be a list or tuple.
I am using the latest stable version of Django.
I am trying to use django_grpc_framework and I created the project.
After running the grpc server, I am getting an error that says:
TypeError: requires_system_checks must be a list or tuple.
I am using the latest stable version of Django.
Specifically, what versions of Django, DRF, and Python are you using?
See: Installation — django-grpc-framework 0.2.1 documentation