Opened 7 years ago
Last modified 4 years ago
#28426 closed New feature
Starting a project from a template with Django 1.11 and Python 3 — at Initial Version
Reported by: | Elena Georgiou Strouthos | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: | Nahuel | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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 rest_auth_integration.zip: HTTP Error 401: Unauthorized