datatracker/env
2016-10-19 14:44:44 +00:00
..
.gitignore Ignore the virtualenv-created directories under env/ 2016-10-19 14:44:44 +00:00
pip.conf Added a pip config file to support virtualenvs created with option --system-site-packages. The recommended way of creating a virtualenv for the datatracker is now '$ virtualenv --system-site-packages env', placing the virtualenv libs and binaries under env/bin/ and env/lib/. Also updated the ietf/wsgi.py file to use this. 2016-10-18 19:11:28 +00:00