fengsp / django-grpc-framework

gRPC for Django.
https://djangogrpcframework.readthedocs.io/
Apache License 2.0
390 stars 52 forks source link

Using both REST and gRPC #25

Open vuongdanghuy opened 3 years ago

vuongdanghuy commented 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.

AMontagu commented 2 years ago

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