Django shopping cart example

2012-10-18 Thread Janeskil1525
Hi All I found a nice shopping cart example for Django on Djangoresources called ajax_shop_basket . It works really nice apart from the javascript function addProduct gets an 403 message´when it tries to post. I guess that's because of n

Re: Django on legacy Postgres database with encoding WIN1252

2012-10-05 Thread Janeskil1525
ean the data in the database to be > able to use it. > > Ian > > On Thu, Oct 4, 2012 at 9:57 AM, Janeskil1525 > > wrote: > >> Hi all >> >> I'm new Django user. I have a legacy system based on a Postgres 9.1 >> database that is using encoding

Django on legacy Postgres database with encoding WIN1252

2012-10-04 Thread Janeskil1525
Hi all I'm new Django user. I have a legacy system based on a Postgres 9.1 database that is using encoding WIN1252. When i try to retrie data from one table I get the following error >>character 0x81 of encoding "WIN1252" has no equivalent in "UTF8"<< , does that mean i cant use Django togeth