django-grpc-framework icon indicating copy to clipboard operation
django-grpc-framework copied to clipboard

Using both REST and gRPC

Open vuongdanghuy opened this issue 4 years ago • 1 comments

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.

vuongdanghuy avatar May 04 '21 02:05 vuongdanghuy

You have to launch 2 server. One with manage.py rungrpcserver and once with manage.py runserver.

AMontagu avatar Apr 06 '22 09:04 AMontagu