3

I'm going to start looking into this tomorrow when I begin my project, but could anyone point me in the right direction? (Maybe some integration code and/or a sample Pyjamas interface which uses Pinax as the backend -- all with adequate explanation, if possible? :)

Thanks!

Ryan Lester
  • 2,363
  • 7
  • 25
  • 38

2 Answers2

3

Pinax is a collection of django applications. There's nothing specific to integrating pinax and pyjamas more than it is specific to integrating django and pyjamas. So the pyjamas book would be a good starting point.

Vasil
  • 36,468
  • 26
  • 90
  • 114
3

Hope this http://code.google.com/p/pyjamas/wiki/DjangoWithPyjamas link helps you.

Ankit Jaiswal
  • 22,859
  • 5
  • 41
  • 64