Ok, I figured this out, at least in part. I'll try to detail here what happened in case someone else makes this mistake.
When I first integrated Satchmo into my existing Django website it opted to keep the existing admin templates in my template path instead of using the Satchmo templates. I forgot to go back and integrate the Satchmo templates into the existing admin, which would have eliminated my question. Since I was only seeing the Django admin all I could see was the basic Satchmo entities such as products, etc. None of the site configuration information was showing up. It's all very clear when I go back and look at Satchmo in standalone mode. Thanks Alessandro! Matt On Dec 28, 6:41 pm, "Alessandro Ronchi" <[email protected]> wrote: > 2008/12/29 Matt Youell <[email protected]>: > > > > > Where can I find the docs that explain what variables and settings I > > need in my settings.py file to use a particular payment module? I know > > I must be missing something simple and I hate to ask such a basic > > question but I've searched the website, the wiki, this group, etc. and > > I can't find what I'm looking for. > > it's very simple. > In your local-settings.py you must enable the modules > > 'CUSTOM_PAYMENT_MODULES' : > ['detectorpoint.payment.modules.paypal_express','detectorpoint.payment.modules.bank_transfer'], > > and make sure in your custom modules are in INSTALLED_APPS in settings.py > > If you are using default satchmo modules (like authorize.net), you > don't need nothing. You must only enable them inwww.yourstore.com/settings/ > page. > > -- > Alessandro Ronchi > Skype: aronchihttp://www.alessandroronchi.net > > SOASI Soc.Coop. -www.soasi.com > Sviluppo Software e Sistemi Open Source > Sede: Via Poggiali 2/bis, 47100 Forlì (FC) > Tel.: +39 0543 798985 - Fax: +39 0543 579928 > > Rispetta l'ambiente: se non ti è necessario, non stampare questa mail --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
