Changes between Initial Version and Version 1 of Ticket #26091
- Timestamp:
- Jan 17, 2016, 2:41:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26091 – Description
initial v1 1 1 I get the following error while I try to install Django using pip. 2 2 3 3 4 {{{ 5 4 6 sudo pip install django 5 7 Downloading/unpacking django … … 10 12 {{ unicode_literals }}from django.apps import AppConfig 11 13 ^ 12 }}}13 14 14 SyntaxError: invalid syntax 15 15 … … 22 22 Successfully installed django 23 23 Cleaning up... 24 25 }}}