On Dec 27, 2009, at 12:31 PM, Mario wrote:
> Thank you for replying. Yes, I reviewed python twitter API, but the
> model or the app is designed to pull down the "twitt". I would like to
> upload a twitt via Django in lieu of using the Twitter front-end. Any
> thoughts or suggestions?

Perhaps I'm misunderstanding your issue, but the code running in  
Django is just Python.  There's nothing magic about it.  If you want  
your view functions to access Twitter via a Python Twitter API, it's  
no problem to do so; you can also wrap your calls to Twitter inside of  
a Model class, if that's a better fit.

--
-- Christophe Pettus
    x...@thebuild.com

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to