需要申请建议

发布于 2024-12-26 19:47:17 字数 371 浏览 0 评论 0原文

我有一个 Django 应用程序,其中包含客户和产品信息。这很简单,但可以完成工作。我的客户希望能够发送套用信函和新闻信函并在我的应用程序中创建它们。从文本编辑的角度来看,我了解简单的套用信函如何通过用数据库中的查询替换某些文本块来工作。但我的客户想要具有复杂图形和基于列的布局的传单。有一些非常成熟的产品,我无法接近(也不想)与之竞争。他谈到了在我的应用程序中构建和编辑这些页面。这似乎是一座太远的桥梁,但我不知道是否有可能将其构建到 django 应用程序中。

我不知道如何解决这个问题,而且看起来很复杂。但是,在拒绝之前,我想先探索一下可用的技术和所需的努力程度。是否有可以提供帮助的开源软件包?如何将这一功能集成到基于 django 的 Web 应用程序中?有多难?对于兼职中级开发人员来说需要多长时间?

I have a django application that contains customer and product information. It is simple but gets the job done. My customer wants the capability to send form letters and news letters and create them from within my app. From a text editing perspective, I understand how simple form letters work by replacing certain blocks of text with queries from the database. But my customer wants fliers with complex graphics and column-based layouts. There are some very mature products out there that I can't come close (nor want to) compete with. He talked about building and editing these pages from within my app. This seems a bridge too far but I don't know if its even possible to build that into a django app.

I have no idea how to approach this and it seems very complicated. But, before say no, I want to explore the available technology and level of effort entailed. Are there open source packages that can help? How could one integrate this capability into a django-based web application? and how hard is it? For a part-time intermediate developer how long would it take?

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

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

发布评论

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

评论(1

鲜肉鲜肉永远不皱 2025-01-02 19:47:17

我会将布局设置为 TeX Live 之类的内容。从那里您可以生成 PDF 并将其附加到电子邮件中。不要让“……一种排版复杂数学公式的流行方法”迷惑您,TeX 的用处远不止于此。

I'd farm the layout off to something like TeX Live. From there you can generate a PDF and attach it to an email message. Don't let "... a popular means by which to typeset complex mathematical formulae" throw you, TeX is useful for more than that.

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