Is there a way to insert data from a csv file into my database?

2011-07-20 Thread Eiram
Greetings, I'm a newbie in databases, and I was wondering if there is possible to insert data from a csv file into one of the tables of my database. I heard that you can use a tool called pgloader, but I don't know how to use this tool or if it is possible to do this with django. Does anyone knows

Problem with Tutorial 1 - Django Version = 1.3

2011-06-30 Thread Eiram
Greetings!! In the past few days I have been trying to learn about Django. I started doing the Tutorial 1. During the tutorial I'm getting a strange error. I was hoping if someone can help me to understand what I'm doing wrong and how can I fix it. This is the code I had: class Poll(models.Mode