Hi, someone 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 cappuccino application to the template folder of my django application. Then used render_to_response for index.html generated by cappuccino.
Unfortunately, nothing happens.
source
share