This isn't really a django problem as such, but maybe someone has done something similar.
I'm thinking that I'd like to have a way of creating blog entries via some kind of e-mail to blog gateway. In essence I don't think this is a hard thing, but I've got a hole in my thinking that I could do with some help filling. Basic Plan: 1. Some machine somewhere receives the e-mail. 2. It recognises it as a blog entry, and passes it to a script. 3. Script does a 'POST' to the django view to create the entry. 1 & 2 are completely off topic, and quite simple really, so no need to go into them. 3 is reasonably simple, but I want this to have some form of authorization. Django's normal authorization framework seems rather awkward, because I'd need my script to go through a login process to get the right cookie (right?). Any other suggestions for authenticating in the view? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---