开发者

Can I have more than one instance of some Django project configured in my system?

I have requi开发者_运维问答rement like this: On one server(linux) I need to run 2 instances of the same Django project (the same name, different versions). I've noticed that there is some conflict with settings module (both projects use the same file, which of course is wrong).

Do you have some pointers how to solve this problem?


Use one of the well-known techniques for selecting your settings module in your .wsgi file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜