Open francot opened 2 years ago
This lib is not maintained anymore, I suggest you take a look at https://github.com/socotecio/django-socio-grpc which was originally based on this library. It does support Django 4.1.
@legau what would it take to boot this back up?
I also have this problem
I also got this same error
Or try my project i upgrade it to Django 4 https://github.com/fan9704/NeoRPCSeach
but I,m it can work correctly(long time ago)
for fix this problem, need change one string in file of [django-grpc-framework]: in file: "path_to_venv/lib/python3.10/site-packages/django_grpc_framework/management/commands/grpcrunserver.py" replace 20 string from 'requires_system_checks = False' to 'requires_system_checks = []'
Following quick start tutorial: https://djangogrpcframework.readthedocs.io/en/latest/quickstart.html with Django 4.1.1
command
python manage.py grpcrunserver --dev
return error: