Tairan
Tairan

Reputation: 1137

How to deploy django project and runtime environment with all in once click

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?

Upvotes: 2

Views: 557

Answers (1)

Lennart Regebro
Lennart Regebro

Reputation: 172199

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).

Upvotes: 1

Related Questions