﻿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
17331	Django is unable to look for fixtures in zipped egg files.	rfkrocktk@…	nobody	I had an interesting thing happen recently when deploying my project (http://github.com/rfkrocktk/django-locality) to PyPI. When I installed it using setuptools, Django couldn't see any of the initial data fixtures I provide in my project. After scratching my head about it for a while and trying to debug it, I found that Django wasn't able to find it because it was in a zipped egg file. I was able to work around this by setting 'zip_safe' equal to 'False' on my module, but it's still kind of confusing and can be frustrating to work with. Would it be possible to patch Django to allow it to search for fixtures inside of zipped egg files? 	Bug	closed	Uncategorized	1.3	Normal	duplicate			Unreviewed	0	0	0	0	0	0
