diegotoral / generator-django

A Yeoman generator for Django.
MIT License
78 stars 16 forks source link

Run pip install on app creation (ask first) #55

Open matiboy opened 9 years ago

matiboy commented 9 years ago

Gives a choice to run pip install for the 4 requirements files or to skip install If user asks to run pip, checks that user is in a virtualenv, and if not offers to skip the install Runs pip install accordingly

@diegotoral I've created tests for this but 1. it now runs the bower install at the end of the test, any idea how to stop that? 2. I don't know how to use mocha to test the case where they are in a virtual environment