Re: Making a django project and an API.

2018-08-22 Thread Vineet Kothari
You want the response in front end that's what you wantSent from my Huawei Mobile Original Message Subject: Re: Making a django project and an API.From: vineeth sagar To: django-users@googlegroups.comCC: Sorry, got the name of the book.On Aug 23, 2018 9:29 AM, "vineeth sagar"

Re: Making a django project and an API.

2018-08-22 Thread vineeth sagar
Sorry, got the name of the book. On Aug 23, 2018 9:29 AM, "vineeth sagar" wrote: > Hey Mike I like reading books rather than tutorials please share the name > of the book. > > On Aug 23, 2018 5:47 AM, "Mike Dewhirst" wrote: > >> If you can get your hands on a copy of Two Scoops of Django 1.11,

Re: Making a django project and an API.

2018-08-22 Thread vineeth sagar
Hey Mike I like reading books rather than tutorials please share the name of the book. On Aug 23, 2018 5:47 AM, "Mike Dewhirst" wrote: > If you can get your hands on a copy of Two Scoops of Django 1.11, there is > a whole chapter on DRF. I've just had a look through it (20+ pages) and I > reckon

Re: Making a django project and an API.

2018-08-22 Thread Mike Dewhirst
If you can get your hands on a copy of Two Scoops of Django 1.11, there is a whole chapter on DRF. I've just had a look through it (20+ pages) and I reckon it will answer all your questions. On 23/08/2018 5:10 AM, vineeth sagar wrote: Hi I am pretty comfortable django. Now recently started work

Making a django project and an API.

2018-08-22 Thread vineeth sagar
Hi I am pretty comfortable django. Now recently started working on a fresh project, they want a normal project and an browsable api. I have seen the drf and it's great, the browsable api in drf documentation is what they(my boss) wants. How do I start developing both of them simultaneously. I wi