Hi does anyone integrated cappuccino with django. I wanted to use cappuccino as a front-end and django as a backend and communicate via CFHTTPRequest / Json.
I did the following: copy the the cappuccino app to the templates folder of my django app. Then used a render_to_response to the index.html generated by cappuccino.
Unfortunately nothing happens
Thnks for your help