Posting to the Twitter API on an admin change

Posted by: barbara | Date: Apr 07, 2009 | Category: django | Comments: 8

For context, I've been working on a project that involves submitted messages going through a manual review process - once they've been approved in the admin, each message should be posted to Twitter. My Twitter API script is over here, for reference.

I had originally thought I'd set up ...

Read More