How can I make queries with ajax webservice? [closed]

1

How about everyone? I'm working on a project, where the backend should be done with Django and the frontend with HTML, but for these two to communicate I have to use ajax webservice and that's something I do not know :( If you could give me a hand as I would have to do, I would appreciate it very much.

    
asked by Walter Rivarola 16.03.2018 в 03:43
source

1 answer

1

Friend with the django template you can do the "html that you say" and then do all the operations you want. look at your documentation: link And if it is not clear to you, look at these tutorials that helped me learn the basics of django: link

Now, if you have been asked to separate backend with frontend, I recommend using django rest framework which serves to create services from basic to very powerful: link

I hope it helps you. A hug!

    
answered by 17.03.2018 в 01:42