Site Sections: Satchmo Main | Wiki | Demo Store |

There are two official mailing lists:

Other Django e-commerce libraries:

Credit Card processing modules will need to be developed. As someone on the mailing list suggested, there's a nice repository of Perl modules we could translate to generic modules for python:

There is one python module on sourceforge -

Here are some other generic links to credit card processing modules.

Here are some links to python modules for doing Luhn checksums on credit cards

This link provides a module to generate valid credit card #'s for ecommerce testing

Here's a Ruby on Rails shopping cart framework that seems to have a similar philosophy to Satchmo http://dev.subimage.com/projects/substruct

A templating solution that could be useful for generating PDF invoices -

Example of secure downloads - http://isdevelopment.weblog.glam.ac.uk/news/2006/nov/30/secure-downloads-django/

Small application to create random data useful for testing - http://code.google.com/p/barnum/