--SOLUTION---
> Anyway, let us know if you find something and I'll keep this turning
> over in the back of my mind.

I've been continuing to pull my hair out on this one & by chance was
perusing the django-dev mailing list and saw this link -
http://groups.google.com/group/django-developers/browse_frm/thread/51ebb62cc40ff3f7/9d881baef0097263#9d881baef0097263

It seems there's some strange behavior depending on how you import models.

If I do an import like this:
from satchmo.shop.models import *

Everything works fine!

If I do this-
from shop.models import *

The import works but when I try to access an article's site, I get the
much seen
"TypeError: Cannot resolve keyword 'article' into field"

Looks like some sort of namespace/import problem.

Do we need a ticket?

-Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to