We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0c51a commit e2ac917Copy full SHA for e2ac917
setup.py
@@ -77,7 +77,7 @@ def fullsplit(path, result=None):
77
author = 'Django Software Foundation',
78
author_email = 'foundation@djangoproject.com',
79
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
80
- download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3.2.tar.gz',
+ download_url = 'https://www.djangoproject.com/m/releases/1.3/Django-1.3.2.tar.gz',
81
packages = packages,
82
cmdclass = cmdclasses,
83
data_files = data_files,
0 commit comments