[PATCH 0/4] Using virtual env with patchwork

Damien Lespiau damien.lespiau at intel.com
Fri Sep 5 09:46:36 EST 2014


This series introduces a few different "configuration" definitions, ie. a
certain combination of dependencies people may be interested in. virtualenv
allows to easily setup those configurations and provide isolation from the
system-wide python packages.

I'm not sure how important it is to test with older versions of django
considering how easy it is to run a server with virtualenv to select a specific
django version. I, for one, would like to hard-depend on 1.7 to start using the
new DB migration facility.

-- 
Damien

Damien Lespiau (4):
  HACKING: Add some documentation about using virtualenv with patchwork
  docs: Add requirements.txt for django 1.5/MySQL
  docs: Add requirements.txt for django 1.6/MySQL
  docs: Add requirements.txt for django 1.7/MySQL

 docs/HACKING                           | 52 ++++++++++++++++++++++++++++++++++
 docs/requirements-django-1.5-mysql.txt |  3 ++
 docs/requirements-django-1.6-mysql.txt |  3 ++
 docs/requirements-django-1.7-mysql.txt |  3 ++
 4 files changed, 61 insertions(+)
 create mode 100644 docs/HACKING
 create mode 100644 docs/requirements-django-1.5-mysql.txt
 create mode 100644 docs/requirements-django-1.6-mysql.txt
 create mode 100644 docs/requirements-django-1.7-mysql.txt

-- 
1.8.3.1



More information about the Patchwork mailing list