K
K
kutase2014-11-26 19:48:09
JavaScript
kutase, 2014-11-26 19:48:09

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

4 answer(s)
C
Condensed milk-chan, 2014-11-26
@wing_pin

You can implement restful api, here is a good example habrahabr.ru/post/160117

H
Haos616, 2014-11-27
@Haos616

Can be done quickly at https://github.com/Alerion/Django-RPC

D
devel787, 2014-11-28
@devel787

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...

N
Nash, 2014-12-04
@Nash

Here is a good article about the django + angular bundle
habrahabr.ru/company/bitcalm/blog/239479

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question