卡布奇诺 Django 集成

发布于 2024-09-15 11:59:53 字数 219 浏览 5 评论 0原文

大家好,有人将卡布奇诺与 django 集成在一起吗? 我想使用 cappuccino 作为前端,django 作为后端,并通过 CFHTTPRequest / Json 进行通信。

我做了以下事情: 将卡布奇诺应用程序复制到我的 django 应用程序的模板文件夹中。然后使用render_to_response 到cappuccino 生成的index.html。

不幸的是什么也没发生。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

动听の歌 2024-09-22 11:59:53

不知道你想做什么,但我确实使用 Cappuccino 和 Django 作为后端。我使用 Piston 框架公开标准 RESTful API,然后 Cappuccino 客户端使用常规 CPURLRequest 和 CPURLConnection 类调用该 API。

Cappuccino 应用程序作为常规静态文件,index.html Cappuccino 为您提供 Django 模板。

Not sure what you're trying to do but I do use Cappuccino with Django for the backend. I used the Piston framework to expose a standard RESTful API which the Cappuccino client then calls into using the regular CPURLRequest and CPURLConnection classes.

The Cappuccino app is served as regular static files with the index.html Cappuccino gives you as a Django template.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文