hey, you need to pay for that. On Tue, Nov 13, 2018 at 2:55 PM <[email protected]> wrote:
> Hi All, > > can you please solve this. > > 1) Create a simple Category model using DRF with following fields : > Id,name,parent,is_featured,image,is_active,description > 2) Create CRUD APIs for the same. > 3) Validate input at every event/API. > 4) Implement ordering and filtering. > 5) GET API should take params to return : > Ex. /abc.com?params=id|name|is_featured > <http://abc.com?params=id%7Cname%7Cis_featured> : this should return > Array of JSON > object with specified keys, along with an authenticated key mentioning user > authentication status. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/dfdb2b20-66a3-4e56-b548-45c0f59a48ee%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/dfdb2b20-66a3-4e56-b548-45c0f59a48ee%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF2Ah_FcL0UEGVFhJBE_nCdCHXFTQyWbzmqPbPV5v13k04r_6A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

