Re: satchmo Internationalization

2009-07-08 Thread nttdocomo
my environment python 2.62 Django 1.1 beta Satchmo 0.9 pre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to satchmo-users@googlegroups.com To unsubscribe from

Writing a custom payment module for First Data

2009-07-08 Thread Udbhav
Hello All, So I've been trying to write a payment module to use with First Data. I've based most of my efforts on the authorize.net module. I have a few questions that I can't seem to wrap my head around. Here's my processors.py file for reference: http://dpaste.com/hold/64742/. The site I'm w

Re: Writing a custom payment module for First Data

2009-07-08 Thread Udbhav
Just a tad extra information. So I have store credit card #s set to False in my setttings for PCI compliance. Does the authorize.net module require that to be set to true in order to work? If so, do you have any suggestions to get around this? On Jul 8, 5:02 pm, Udbhav wrote: > Hello All, > >

Re: Writing a custom payment module for First Data

2009-07-08 Thread Udbhav
As usual, I've spoken too soon. I stumbled across this, http://groups.google.com/group/satchmo-users/browse_thread/thread/c3ab1019bc2a468b?hl=en#, which is finally shedding some light on what I need to do. I had no cache set up for the site at all... On Jul 8, 5:08 pm, Udbhav wrote: > Just a t

Re: Admin templates not loading?

2009-07-08 Thread Lagg
Ah I solved it (Thanks to the group's help leading me in the right direction) ! It turns out that no django apps were getting the templates by default. No templates = no css = ugly site I'll explain what I did to help any hapless searchers who may have the same issue (with Webfaction django-trun