virtualenv shouldn't be commited to a repo. instead you should have a valid requirements.txt and every user should create his own environment
virtualenv shouldn't be commited to a repo.
instead you should have a valid requirements.txt and every user should create his own environment