有没有类似 Lisp 的 SLIME for Python/Django 的东西?

发布于 2024-10-15 06:04:39 字数 127 浏览 4 评论 0原文

我了解 Django 控制台,它在一定程度上很有用,但如果能够在 Emacs 中打开控制台、石灰 SLIME 的情况下编辑代码,那就太好了。是否有任何东西可以帮助 Django 实现这一点,或者如果做不到这一点,至少可以使用 Python?

I know about the Django console and it's useful to an extent but it would be really nice to be able to edit your code with the console open, lime SLIME in Emacs. Is there anything that facilitates this for Django or, failing that, at least Python?

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

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

发布评论

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

评论(3

稳稳的幸福 2024-10-22 06:04:39

我不知道这是否正是您正在寻找的,但 Workzeug 提供了一个交互式调试工具,可以这样使用。只需执行 assert False,您就可以使用 CLI,如以下截屏视频所示:http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/

I do not know if this is exactly what you are looking for, but Workzeug provides a interactive debugging tool, which can be used like that. Just do a assert False and you can use the CLI as demonstrated in this screencast: http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/

心碎无痕… 2024-10-22 06:04:39

在你的项目中运行

django-admin.py shell

应该会给你你想要的。如果您安装了 IPython,您还可以获得它提供的所有精美的突出显示和完成功能。

Running

django-admin.py shell

in your project should give you what you want. If you have IPython installed, you also get all of the fancy highlighting and completion features it offers too.

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