DRF causes serialization of data and converts it to JSON, making it an efficient way to communicate with your frontend. An API allows you to build a common core that can be used on multiple platforms like websites, mobile applications, plugins, and so on. You can build an API with pure Django too.
regards .. .willy <https://about.me/maninder.s.kumar?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb> Maninder Kumar about.me/maninder.s.kumar <https://about.me/maninder.s.kumar?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb> On Thu, Jun 18, 2020 at 6:12 PM Rajprabhu Arulnathan < [email protected]> wrote: > Apart from Rest API & serializer why I should use DRF over Django Because > We could write what we want in Django & I want to know the advantage of > using DRF over Django > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/afae9004-3edc-4083-997a-ddfcab647d98o%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/afae9004-3edc-4083-997a-ddfcab647d98o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABOHK3QehsudxQCtxzoFKtXbTt-6Ma80oZPBmxwA28xA%2BmAz_w%40mail.gmail.com.

