Re: Proposal: Add support for PEP 302 importers

2012-06-29 Thread Russell Keith-Magee
On Fri, Jun 29, 2012 at 7:33 PM, bhuztez wrote: > Django makes assumptions about the filesystem layout of python > packages here and there, and will silently skip any app which does not > meet Django's assumptions without raise up any warning. I had been > bitten by this many times before I learne

Proposal: Add support for PEP 302 importers

2012-06-29 Thread bhuztez
Django makes assumptions about the filesystem layout of python packages here and there, and will silently skip any app which does not meet Django's assumptions without raise up any warning. I had been bitten by this many times before I learned that Django and Django apps should never be packaged as