Integration with Cappuccino Django

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.

+3
source share
1 answer

Not sure what you are trying to do, but I am using Cappuccino with Django for the backend. I used the Piston framework to provide the standard RESTful API, which the Cappuccino client then uses to use the regular CPURLRequest and CPURLConnection classes.

Cappuccino index.html Cappuccino Django.

+1

Source: https://habr.com/ru/post/1760792/


All Articles