Re: Django for eCommerce?

2005-12-22 Thread Kevin
I'm converting my custom PHP e-commerce site over to django. It's a dream writing in a true MVC framework with the python language and django's ORM and template language. I do all my payment processing offline, so I can't help on that topic. It's much easier to develop a product catalog with the

Re: Seg fault with Django & mod_python on Redhat 9

2005-12-22 Thread mortenbagai
Adrian, Thanks, that was valuable feedback as it gave me confidence that this _should_ work. In the end, it turned out it was indeed mod_php that was the culprit. After going through the modules by process of elimination, i took one more shot with mod_php and restarted the box and now everything

Re: Seg fault with Django & mod_python on Redhat 9

2005-12-22 Thread Adrian Holovaty
On 12/22/05, mortenbagai <[EMAIL PROTECTED]> wrote: > I am really stumped as to what is causing Django to seg fault. Any > clues would be much appreciated. If there's anyway at all I can get > Django/mod_python running in this damn RH9 setup, I need to make it > happen. At World Online we used Dj

Seg fault with Django & mod_python on Redhat 9

2005-12-22 Thread mortenbagai
Hello, I'm in a situation where I'm forced to to try to move my Django site to a Redhat 9 system. Feel free to take a moment to laugh and/or gasp before reading on. Thanks. Now, the apache version is 2.0.40-21.11 and mod_python is 3.1.4-2 while Django is the latest (rev 1766) from svn. When

Re: Django for eCommerce?

2005-12-22 Thread James Bennett
On 12/22/05, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> wrote: > On 12/22/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > > from my understanding there is no opensource 'shopping cart' or > > 'product database' application which you can just download and install. > > How do OSCommerce (http://

ChangeManipulator doesn't work

2005-12-22 Thread PythonistL
Hi all, How can I force the ChangeManipulator so that the form fields will contain the current values of the object when editing? I have the model: ### class User(meta.Model): Login=meta.CharField(maxlength=50,unique=True) Password=meta.CharField(maxlength=30) E

Re: Django for eCommerce?

2005-12-22 Thread Jeroen Ruigrok van der Werven
On 12/22/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > from my understanding there is no opensource 'shopping cart' or > 'product database' application which you can just download and install. How do OSCommerce (http://www.oscommerce.com/) and Zencart (http://www.zencart.com/) rate in your book? -