On Wed, Oct 1, 2008 at 2:19 AM, nostradamnit <[EMAIL PROTECTED]> wrote:
> > Hi, > > I'm trying to create a simple payment module that will allow payment > by check or bank transfer. I copied the code from dummy and made the > changes in the Custom Payment Module documentation. When I activate > the module, the test site stops working, giving a "ViewDoesNotExist: > Could not import satchmo.payment.check.views. Error was: No module > named check.views" error. > Two things: 1) Use your own namespace, don't try to stick it in satchmo.payment. Instead make a separate app such as "satchmo_check." 2) Add it to INSTALLED_APPS in settings.py, in order to get the models/views picked up. -- Bruce Kroeze http://gosatchmo.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
