Re: Save Tweepy tweets in database

2012-05-08 Thread Aziz Bookwala
Hey You can go through the Django basic documentationon views. It should answer most of your questions. On Tue, May 8, 2012 at 4:43 PM, coded kid wrote: > creating the model is not a problem but the problem is how to make use of > it in

Re: Save Tweepy tweets in database

2012-05-08 Thread coded kid
creating the model is not a problem but the problem is how to make use of it in views.py. You have any idea? On Tuesday, 8 May 2012 11:19:27 UTC+1, coded kid wrote: > > I want to save users tweets in my db (MySQL) But I'm finding it > difficult to get how I will go about it. The main problem is

Re: Save Tweepy tweets in database

2012-05-08 Thread kenneth gonsalves
On Tue, 2012-05-08 at 03:19 -0700, coded kid wrote: > I want to save users tweets in my db (MySQL) But I'm finding it > difficult to get how I will go about it. The main problem is that, I > didn't create any models for it, I just input the below codes in my > views,since I'm getting users tweets t

Save Tweepy tweets in database

2012-05-08 Thread coded kid
I want to save users tweets in my db (MySQL) But I'm finding it difficult to get how I will go about it. The main problem is that, I didn't create any models for it, I just input the below codes in my views,since I'm getting users tweets through tweepy api. The question now is, how will I save use