Re: How to make Django Rest Apis Async

2020-04-20 Thread Mrinal Kamboj
nal, > > My DRF views usually send asynchronous tasks to celery or channel workers. > > On Tue, Apr 21, 2020 at 4:38 AM Mrinal Kamboj > wrote: > >> Hello Everyone, >> >> Following is my Django application configuration: >> >> >> *django = 2.2.11dj

How to make Django Rest Apis Async

2020-04-20 Thread Mrinal Kamboj
Hello Everyone, Following is my Django application configuration: *django = 2.2.11djangorestframework = 3.9.2* *Python = 3.8.2* I am exposing a set of rest apis for react js frontend, which connects to Postgres using a layered architecture *views (controller) - services - data_layer. *In data l

New to Django to select between 3.0 and 2.2

2020-03-12 Thread Mrinal Kamboj
Hello, I have just started the Python development, I am very new to the Python and have to select between Django versions 3.0 and 2.2, where 2.2 is LTS and 3.0 is current main stream. Does the current 3.0 Packages can still have the compatibility issues and would take some time to be stable s