Django 的霰弹枪?

发布于 2024-11-14 02:29:19 字数 193 浏览 2 评论 0原文

我喜欢 shotgun 服务器。但是有没有类似的包可用于 Django 开发?

每次代码更改时,shotgun 都会重新加载服务器,从而使开发过程变得更容易。我正在寻找类似的 Django 开发程序。

谢谢 !

I like shotgun server. but is there any similar package available for Django development ?

shotgun reloads the server every time the code is changed , thus making the development process easier .. I am looking for a similar kind of program for Django development .

Thanks !

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

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

发布评论

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

评论(1

束缚m 2024-11-21 02:29:19

您可以使用提供的 Django Dev 服务器。或者你可以使用类似的东西:

http://jeffbaier .com/articles/installing-django-on-an-ubuntu-linux-server/

这将在每次请求时重新加载服务器,但请确保在生产之前将其关闭!

编辑:

您真正需要的部分就是这样:MaxRequestsPerChild 1 位于底部附近。您可以阅读这篇文章来了解他们正在做什么。

You could use the Django Dev server that is supplied. OR you could use something similar to this:

http://jeffbaier.com/articles/installing-django-on-an-ubuntu-linux-server/

This will reload the server at each request, but make sure to turn it off before production!

Edit:

The part you really need is just this: MaxRequestsPerChild 1 located near the bottom. You could read the article just to understand what they are working with though.

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