Django + GWT or Jquery

后端 未结 3 1722
不思量自难忘°
不思量自难忘° 2020-12-31 17:46

I have made a complex models structure in django. I had planned to render this structure using GWT, but with python the option to communicate whit it are: - using JSON and

3条回答
  •  遥遥无期
    2020-12-31 18:32

    Have you considered pyjamas?

    For me, it's the best of both worlds. You use, as usual, the Django back-end but can easily use JSON RPC services from your pyjamas code.

    You code the front-end pretty much like in GWT, but in Python instead of Java.

    Here is a brief tutorial: http://gdwarner.blogspot.com/2008/10/brief-pyjamas-django-tutorial.html

提交回复
热议问题