Answer the question
In order to leave comments, you need to log in
How to use django to create a single page ajax app?
It is necessary to organize the work of django with the js framework. That is, django must accept requests from the js framework, process them and give back information in the form of json. In this case, the page will be rendered once, without a template engine. What are the ways to organize such a bundle?
Answer the question
In order to leave comments, you need to log in
You can implement restful api, here is a good example habrahabr.ru/post/160117
Few links, maybe something useful:
https://thinkster.io/brewer/angular-django-tutorial/
birdhouse.org/blog/2014/02/01/displaying-django-us...
glynjackson.org /weblog/entry/django-angular.html
dev.pippi.im/writing/build-github-like-notificatio...
blog.kevinastone.com/getting-started-with-django-r...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question