query.pyproxy's goal is to help integration of Ajax calls with JQuery in Python powered sites.j The main idea is to use jquery syntax inside your Python call to update the page the users are seeing. This way, you do not have to return complex data to the Javascript client that will have to decrypt them.
IMPORTANT: the product is not yet finalized and might not work in every situations.
Installing
Add jquery.pyproxy to your buildout eggs and run the buildout.
In Plone, go to the quickinstaller and install jquery.pyproxy.
In Django, you should also add 'django-appmedia' to you buildout eggs and 'appmedia' to the list of installed apps. Run buildout, then run bin/django symlinkmedia.
Now in your templates, add:
< script type="text/javascript" src="{{MEDIA_URL}}/pyproxy/jquery.pyproxy.min.js" >< /script >
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Updated the minified version. [vincent]