Opened 9 years ago
Last modified 9 years ago
#25119 closed Bug
"pip install Django==1.4.21" installs templates outside site-packages — at Initial Version
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
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.
Note:
See TracTickets
for help on using tickets.