﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24383	Django 1.3.7 wheel install uses /usr/local/django	Harry Percival	nobody	"This may be a bit of a weird edge case, but here's the problem we encountered:

- build a wheel using:  pip wheel --wheel-dir=/tmp/wheels django==1.3.7
- attempt to install the wheel system-wide using pip install --use-wheel --no-index --wheel-dir=/tmp/wheels django=-1.3.7
- notice that django has put files and folders into /usr/local/django (but not all of them).  example is contrib/admin/templates.  but not contrib/admin/templatetags.  go figure.

The other version we've tested is 1.6, which seems to install fine via a wheel.
"	Uncategorized	new	Uncategorized	1.3	Normal			Florian Apolloner	Unreviewed	0	0	0	0	0	0
