> Hi, > > I would like to now if it's possible to make a Python script (one > argument a text file name) > witch will upload a post on a basic blog (asking for title and post > itself, with options: image, template language). > > If so, what should I study ? > > Thanks. If from a remote box, you might want to have a look to implementing some xmlrpc support into your project. If local, just use the django models.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

