Re: Digest for django-users@googlegroups.com - 2 updates in 2 topics

2020-11-25 Thread PABLO CESAR VEGA VALVERDE
NO SOY HACKER >:c El mié, 25 nov 2020 a las 8:02, escribió: > django-users@googlegroups.com > > Google > Groups > > <

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

2020-11-25 Thread Kris A. Stern
Maybe this article from JetBrains can help: https://blog.jetbrains.com/pycharm/2017/01/webinar-adding-a-rest-api-to-a-django-application/ Hope that helps! Cheers, K.S. On Thu, 26 Nov 2020 at 00:20, Farai M wrote: > Very possible you can create urls for API with the rest framework then > create

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

2020-11-25 Thread Farai M
Very possible you can create urls for API with the rest framework then create other urls for your templates .Just install the django rest framework you are good to go. On Wed, Nov 25, 2020, 4:18 PM Aman Modi wrote: > > > Hello Django lovers. > > I want to use REST API on Django template but i

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

2020-11-25 Thread Devender Kumar
Use ajax with django rest framework On Wed, 25 Nov, 2020, 8:07 pm Omkar Parab, wrote: > Creating REST API in Django is similar to any app on Django. All you need > to do is, install the djangorestframework library, and serialize your > models. > > YT video 👇 > https://youtu.be/TmsD8QExZ84 > On W

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

2020-11-25 Thread Omkar Parab
Creating REST API in Django is similar to any app on Django. All you need to do is, install the djangorestframework library, and serialize your models. YT video 👇 https://youtu.be/TmsD8QExZ84 On Wed, Nov 25, 2020, 7:48 PM Aman Modi wrote: > > > Hello Django lovers. > > I want to use REST API on

Is it possible to use REST API on Django template ?

2020-11-25 Thread Aman Modi
Hello Django lovers. I want to use REST API on Django template but i have no idea how can i do that. I want to use same API on android app and Django template. Any suggestion . Thanks and regard Aman Modi -- You received this message because you are subscribed to the Google Groups "Django