django-grpc-framework
django-grpc-framework copied to clipboard
Using both REST and gRPC
I'm new to django. Can we use django with both REST and gRPC framework? I tried add paths to urlpatterns in settings.py to use REST but gRPC handler hook seems to ignore it.
You have to launch 2 server. One with manage.py rungrpcserver and once with manage.py runserver.