Re: DjangoCon 2011

2010-09-30 Thread sserrano
I live in Argentina, If I wanted to go to the DjangoCon in Portland, it would require a Bus to Buenos Aires, then take an international flight to a US mayor city and then another to reach Portland, overall I would be travelling more nearly an entire day to reach the conference. New York, San

Re: ANNOUNCE: Django 1.0 released

2008-09-04 Thread sserrano
Thanks for the great work! James Bennett wrote: > The Django team is pleased to announce the release of Django 1.0 this evening: > > Download: http://www.djangoproject.com/download/ > Release notes: http://docs.djangoproject.com/en/dev/releases/1.0/ > > Have fun with it, and we'll see you in a

Re: djangoAMF: django and flash

2008-05-04 Thread sserrano
Hi If you are using a 64bit arch, there is a bug with a write function. You can find the reported bug and a patch here: http://sourceforge.jp/tracker/?atid=9591_id=2585=browse Kind Regards, Sebastian.- On 3 mayo, 08:30, Lorenzo <[EMAIL PROTECTED]> wrote: > Hi, > I need to link a flash movie

Re: Queryset-refactor branch has been merged into trunk

2008-04-27 Thread sserrano
Thanks for the great work!!! On Apr 27, 12:04 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > I merged queryset-refactor into trunk just now. This was changeset > r7477. > > There are still a couple of enhancements to do, but I've decided they're > not worth holding up the entire branch for.

Re: Has anyone made an MS excel exporter in a django site yet?

2008-04-11 Thread sserrano
Hi You can also try the pyXLWriter (is a port of the perl module) link: http://pyxlwriter.sourceforge.net/ Regards, Sebastian On Apr 10, 7:57 pm, Roboto <[EMAIL PROTECTED]> wrote: > lol I actually have a job that use my programming skills (lol lack > of), but when I view some of your code

godaddy django support

2008-02-06 Thread sserrano
Hi everybody I have write this to the godaddy support team: > Customer Inquiry > Hi > I have been a godaddy customer for a long time and the hosting has been > very useful. But i have been improving my webdevelopment skills and now I'm > willing to migrate from php to a python webframework

Re: How-to implement state pattern persisting it?

2007-10-28 Thread sserrano
Hi Malcolm Many thanks for your verbose answer, i have to think the way i will represent this. By the moment i don't have instance variables over the state objects, so i was thinking that i could store the state "name" and make a getter using something like a Factory. How much awful seem to you