Django-lettuce:保存语言文件的位置

发布于 2024-12-03 21:35:54 字数 84 浏览 4 评论 0原文

我已将生菜添加到我的 django 项目中,将 languages.py 文件保存在 django 项目中的何处而不是修改生菜本身?

苏丹

I've added lettuce into my django project, where to keep the languages.py file in django project instead of modifying lettuce itself?

Sultan

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

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

发布评论

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

评论(1

秋意浓 2024-12-10 21:35:54

我不知道生菜,但我猜你可以将文件 languages.py 包含在 python 可以找到的任何地方。

我通过将包含文件的目录附加到 sys.path 中来实现此目的。您可以改为覆盖 PYTHONPATH。包含 python 代码的目录应该有一个 __init__.py 文件。

我不确定您是否已经尝试过上述操作。如果你这样做了,你可以忽略我的回答。

I do not know of lettuce, but I am guessing that you can include your file languages.py anywhere python can find it.

I do this by appending the directory containing my files into sys.path. You could overwrite PYTHONPATH instead. A directory containing python code should have a __init__.py file.

I am not sure if you already tried the above. If you did, you can ignore my answer.

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