Ignore apostrophes using django-postgresql

2012-07-20 Thread Ada Pineda
Hello I'm asking for your help because I need to do a query on a table that has a field that contains apostrophes, but I need to ignore them (apostrophes) when I'm doing the query. I have to save the data as it is, so I can't just take away those apostrophes before saving to the database. I mea

How to use django-facebook-graph

2012-06-12 Thread Ada Pineda
Hi I'm pretty new with django and I'm trying to connect an app that I've created (and it's hosted on Heroku) to Facebook. I created an app in Facebook and indicated that I wanted to use python and Heroku. I have a simple home page that reads some data and store it into a postgresql database. Now,