I removed satchmo_utils from INSTALLED_APPS and the error went away. Somehow Django's INSTALLED_APPS magic messes up module lookup.
satchmo_utils provides some template tags, so in order to be able to use them, satchmo_utils needs to be in INSTALLED_APPS. The strange thing is, this same codebase currently runs fine on a production server. Looks like I've some debugging to do... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
