How to deploy django project and runtime environme

2019-07-11 06:08发布

On Windows, its like WAMP, but it including your project code.

Your Project + Django + Python + (other dependence models) + Apache + MySQL all in one installation.

anyone know this?

1条回答
我想做一个坏孩纸
2楼-- · 2019-07-11 06:19

Take a look at zc.buildout, that does these things. I haven't used it with Django, but see no reason why it shouldn't work for Django as well (and bcchuns link, see below, shows that it does, as expected). I use it for Plone (with nginx and varnish, typically).

查看更多
登录 后发表回答