Opened 9 years ago

Last modified 9 years ago

#25119 closed Bug

"pip install Django==1.4.21" installs templates outside site-packages — at Version 1

Reported by: David Hobbs Owned by: nobody
Component: Packaging Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by David Hobbs)

I upgraded from 1.4.20 with "pip install 'Django==1.4.21'", and the install created a "django" directory in the root of the virtualenv and put all the templates and locale files under it, thus breaking the admin.

Running "pip install 'Django==1.4.21' --no-use-wheel" worked for me.

Change History (1)

comment:1 by David Hobbs, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top