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 应用程序的 python,
可以在一台服务器上使用 django 和 wsgi 和许多站点吗?
谢谢!
是的,您的服务器可以处理尽可能多的不同 django 站点!您可以为您想要的每个站点设置指向适当 wsgi 的单独虚拟主机。
请记住,仅仅因为它是可能的并不意味着它是一个好主意,请记住每个站点正在消耗的资源。