> So for a namespace at django.contrib.localflavor.* I *think* that django > and django.contrib would both need to be namespace packages as well. > If i'm right about that > thenhttps://github.com/django/django/blob/master/django/__init__.py > will need to be moved to somewhere else as well.
Yes, __init__.py need to be moved, but I'd like to see Django break out all contrib packages as namespace packages. On 8月17日, 上午6时21分, Donald Stufft <[email protected]> wrote: > I could be wrong but offhand to make a namespace package you're > going to need to make a namespace package for everything above it. > > So for a namespace at django.contrib.localflavor.* I *think* that django > and django.contrib would both need to be namespace packages as well. > If i'm right about that > thenhttps://github.com/django/django/blob/master/django/__init__.py > will need to be moved to somewhere else as well. -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
