I think I found the problem by looking at the existing modules.  The package
I downloaded didn't have the following in models.py, which is apparently now
required:
import config
PAYMENT_PROCESSOR=True

Also, it appears that CUSTOM_PRODUCT_MODULES is no longer required (probably
because of the models.py lines?) so the docs ought to be updated to reflect
this.

David

On Sun, Apr 11, 2010 at 5:14 PM, Chris Moffitt <[email protected]> wrote:

> Take a look in your satchmo.log file and see if you see any errors. I
> suspect there's an error somewhere in your module and when you try to import
> it, it errors causing satchmo not to present it.
>
> -Chris
>
> On Sun, Apr 11, 2010 at 6:51 PM, David Marcin <[email protected]> wrote:
>
>> Hi satchmo-users,
>>
>> I want to write a custom payment module.  I decided to start by quickly
>> integrating the beanstream module from
>> http://daniel.shortens.net/weblog/satchmo.  Unfortunately I can't seem to
>> get the beanstream configuration options to show up.  I have included
>> store.beanstream in INSTALLED_APPS and added 'CUSTOM_PAYMENT_MODULES' :
>> ('store.beanstream') to SATCHMO_SETTINGS, but it appears to have no effect.
>>  There is no configuration page when I go to localhost:8000/settings.
>>
>> Have I done something wrong in integrating the module?
>>
>> David
>>
>> --
>> 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]<satchmo-users%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/satchmo-users?hl=en.
>>
>
>  --
> 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]<satchmo-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/satchmo-users?hl=en.
>

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