﻿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
3812	Update cheeseshop settings to 0.96 so easy_install works	the.pythy@…	Adrian Holovaty	"{{{
$ easy_install Django
Searching for Django
Reading http://cheeseshop.python.org/pypi/Django/
Reading http://www.djangoproject.com/
Reading http://cheeseshop.python.org/pypi/Django/0.91
No local packages or download links found for Django
error: Could not find suitable distribution for Requirement.parse('Django')
}}}

There are two ways to fix it:

 1. Upload Django tarball to cheeseshop
 2. Make tarball available for easy_install/setuptools at djangoproject.com
   1. Change metadata at cheeseshop: specify ""Download URL"" to http://www.djangoproject.com/download/
   2. Change link to tarball from ""/download/%(VERSION)s/tarball/"" to ""/download/Django-%(VERSION)s.tar.gz"""		closed	*.djangoproject.com			fixed			Ready for checkin	0	0	0	0	0	0
