Open vuongdanghuy opened 3 years ago
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.
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.