﻿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	Add HTTP authentication support to startproject --template	Elena Georgiou Strouthos		"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"	New feature	closed	Core (Management commands)	1.11	Normal	wontfix		Nahuel	Accepted	0	0	0	0	0	0
