Re: Is it possible to use REST API on Django template ?

2020-11-28 Thread Aman Modi
I know how to create API but i just want to know how to use in Django template. On Wednesday, November 25, 2020 at 8:07:47 PM UTC+5:30 omkar...@gmail.com wrote: > Creating REST API in Django is similar to any app on Django. All you need > to do is, install the djangorestframework library, and

Re: Is it possible to use REST API on Django template ?

2020-11-28 Thread RANGA BHARATH JINKA
Hi Use JavaScript or jQuery to call APIs in frontend of Django template. You can use fetch API using vanilla JavaScript. You can perform all CRUD operations. All the best 👍 On Sun, 29 Nov 2020, 11:57 am Aman Modi, wrote: > I know how to create API but i just want to know how to use in Django > t