#17331: Django is unable to look for fixtures in zipped egg files.
-------------------------------+--------------------
     Reporter:  rfkrocktk@…    |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Uncategorized  |    Version:  1.3
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 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?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17331>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to