theduke / django-kickstart

Kickstart a django-project with a modern and awesome setup.
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Make Pkg Virtualenv optional #2

Closed jcrubino closed 10 years ago

jcrubino commented 10 years ago

Most developers have virtualenv and virtenvwrapper setup and part of their normal flow

Can the pkg virtualenv not be the default?

theduke commented 10 years ago

I added a --no-venv flag to disable creation of a new virtualenv. This is a convenience, before, you already could have specified --virtualenv="/path/to/my-venv" to use an exiting one.