views:

186

answers:

1

I would like to create small project using django and pyjamas. I tried googling for some solution on how to merge those two, but I found only projects using some external libraries using json services. Could anyone give me some advice on how to build such project so I wouldn't have to use them? I would like to use django auth system, but I don't know how to build it all without django templates and rendering.

+3  A: 

gruszczy: that "external" library as you call it - the jsonrpc.py one - is about 30 lines of code. if you object to the use of 30 lines of code, and cannot install simplejson, you're in trouble.

once you get round that issue, then please read this:

http://stackoverflow.com/questions/2428279/some-basic-questions-about-django-pyjamas-and-clean-urls