﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28426	startproject with a remote template gives an authentication prompt on Python 2 but 401: Unauthorized on Python 3	Elena Georgiou Strouthos	nobody	"We have a Django template hosted in a private repository.

When we run 
django-admin.py startproject --template=https://bitbucket.org/<team>/simple_template/get/master.zip --name=Procfile myproject . 
with Python 2.7 we get a prompt for username and password.

However the same command using Python 3.6 returns the following error:
CommandError: couldn't download URL https://bitbucket.org/<team>/simple_template/get/master.zip to master.zip: HTTP Error 401: Unauthorized"	Bug	new	Core (Management commands)	1.11	Normal				Accepted	0	0	0	0	0	0
