It would appear that url(regex, view, ...)
now expects that view is either a string, created by include(), or a 3
item list or tuple.

Changing [urlmodule] to include(urlmodule) in
payment/urls.py's  make_urlpatterns() appears to resolve the issue.

Now I have this itching urge to see what happens if I do something
idiotic like
patterns.append(url(<regex>, include([urlmodule]))


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to