Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了 Django 之外,还有没有可以轻松处理表单本地化的框架?(具体数字格式)
我看过 Pyramid 和 Flask,但他们的文档主要讨论的是翻译而不是数字格式。有没有人有这方面的经验并且可能会指出我正确的方向?
Django 是一个多合一的包,而 Pyramid 和 Flask 给你更多的灵活性。
看看Babel 项目;您可以使用该软件包轻松本地化您的表单。