Changes between Initial Version and Version 1 of Ticket #25119
- Timestamp:
- Jul 13, 2015, 1:52:38 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25119 – Description
initial v1 1 1 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. 2 3 Running "pip install 'Django==1.4.21' --no-use-wheel" worked for me.