Changes between Initial Version and Version 2 of Ticket #28426
- Timestamp:
- Jul 23, 2017, 1:03:11 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28426
- Property Component Uncategorized → Core (Management commands)
- Property Triage Stage Unreviewed → Accepted
- Property Summary Starting a project from a template with Django 1.11 and Python 3 → startproject with a remote template gives an authentication prompt on Python 2 but 401: Unauthorized on Python 3
-
Ticket #28426 – Description
initial v2 6 6 7 7 However the same command using Python 3.6 returns the following error: 8 CommandError: couldn't download URL https://bitbucket.org/<team>/simple_template/get/master.zip to rest_auth_integration.zip: HTTP Error 401: Unauthorized8 CommandError: couldn't download URL https://bitbucket.org/<team>/simple_template/get/master.zip to master.zip: HTTP Error 401: Unauthorized