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 few days for DjangoCon.
>
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



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 Francisco, Los Angeles and Washington have direct
flights from almost every country. I'm sure if the conference is place
in a city with easy access it would have more people going.

Cheers, Sebastian

On Sep 29, 3:20 pm, Siraaj Khandkar  wrote:
> On Sep 27, 10:51 pm, Steve Holden  wrote:
>
> >
> > Sadly, New York is out for2011. Those (very few) venues whose costs are
> > low enough are already booked up. Those with space are *much* too
> > expensive. If we want to look at a New YorkDjangoConUS we should
> > probably plan at least two years ahead, and still expect it to be quite
> > a lot more expensive than Portland (even without factoring in the higher
> > cost of eating out and so on in New York).
>
> Look into Cooper Union in New York. NYCBUG is holding NYCBSDCon there
> in a little over a month, with reasonable costs.
>
> http://www.nycbsdcon.org/2010/
>
> ...
>
>
>
> > We are currently waiting for replies from one or two more hotels more
> > "in the thick of things" in the DC area. This would probably mean a bit
> > more difficulty getting to the venue from the airports, but it would
> > mean that Djangonauts who want to venture out from the hotel would find
> > more facilities close by.
>
> DC sounds cool, UPenn in Philadelphia would be a good place to
> consider as well.

-- 
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.



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 called django. Sadly is
> not possible to run django on the shared hostings of godaddy, mainly for the
> lack of the python module mysqldb.
> I will like to now if there are any plans to support this framework, i
> know I'm not the only godaddy costumer that will appreciate run django on a
> godaddy account, just search "django godaddy" on google and you will see.
> If there is no plan to support django in the near future i will be
> migrating to webfaction, I'm sorry.
>
> Best Regards, Sebastian Serrano.-

And get this answer:

> Support Staff Response
> We've have plans to upgrade our CGI offerings very soon. We'll take Django in 
> to consideration > as we make those upgrades. Thank you.

With some luck and a little more pressure from the customers, django
will get support on godaddy.

Kind Regards, Sebastian Serrano
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



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 out there, lol you guys are
> programming circles around me.
>
> On Apr 10, 6:53 pm, Roboto <[EMAIL PROTECTED]> wrote:
>
> > whoa!
>
> > Lots of great answers here.  Thanks for the help, I'm going to go
> > through all these answers one by one and figure out which is best for
> > me.
> > I won't be doing a straight dump, so it's gonna be interesting =p
>
> > It's easy to do in C# though! But hopefully a solution listed here
> > will be just as painless
>
> > Once again, thanks
>
> > On Apr 10, 8:39 am, "[EMAIL PROTECTED]"
>
> > <[EMAIL PROTECTED]> wrote:
> > > On Apr 10, 3:22 am, Tim Chase <[EMAIL PROTECTED]> wrote:
>
> > > > > yeah but the thing is XLS spreadsheets have a lot more
> > > > > meta-data than CVS can handle
>
> > > > I've found the easiest way for us was to use the "XML
> > > > Spreadsheet" option (available via the Save As->Type drop-down in
> > > > at least Excel 2003 if not 2000, and readable in 2007 too).  It's
> > > > fairly easy to reverse-engineer from an exported example, and
> > > > much cleaner than OOXML or pure XLS format.  It's pretty easy to
> > > > turn into a Django template too.  Most importantly for my uses,
> > > > it's possible to do things like keep leading zeros, which Excel
> > > > likes to dump from CSV/Tab files.
>
> > > I generate OpenXML docs from within the admin app. They're fairly easy
> > > to store in the db as well. I do this as then I can edit them online
> > > and then zip them up when I need them. I'd recommend spending the time
> > > to get your head around OpenXML, though that does depend on whether
> > > you're looking for CSV+abitofmetadata or an actual Excel document.
>
> > > Regards,
>
> > > Felix
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



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. I can just as easily do them
> on trunk.
>
> Thanks to everybody who reported bugs and tested things. Thanks
> especially to Justin Bronn and Ian Kelly for lots of patches and testing
> to get the Oracle backend up to scratch on the branch.
>
> Detailed list of changes is in the branch's wiki page ([1]) and if
> you're interested in seeing the documentation additions and changes, you
> can view [2].
>
> [1]http://code.djangoproject.com/wiki/QuerysetRefactorBranch
> [2]http://code.djangoproject.com/changeset?new=django%2Ftrunk%2Fdocs%
> 407477&old=django%2Ftrunk%2Fdocs%407411
>
> No more bugs should now be reported against the queryset-refactor
> version. The branch is closed.
>
> Regards,
> Malcolm
>
> --
> On the other hand, you have different 
> fingers.http://www.pointy-stick.com/blog/
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



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&group_id=2585&func=browse

Kind Regards, Sebastian.-


On 3 mayo, 08:30, Lorenzo <[EMAIL PROTECTED]> wrote:
> Hi,
> I need to link a flash movie with Django, so I userddjangoAMF.
> I followed the tutorial
> (http://djangoamf.sourceforge.jp/index.php?UserManual_en) and seems to
> work fine, but when I  put the results inside a textbox in my flash
> application, it understand data as a float number!
>
> In django I use a simple helloworld function:
> -
> def HelloWorld(req):
> return "HelloWorld"
> --
> In flash I followed the  so the handleResult function is:
> -
> function handleResult(re:ResultEvent):Void {
> this.message_txt.text = re.result;}
>
> -
>
> The result is that in message_txt I find a strange number like
> "4.432432e-123" that seems somehow related to the string (if I change
> string the number change! otherwise it remain the same).
>
> Someone has experience with this kind of problem?
>
> Thanks,
>
> Lorenzo
--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



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 this?

Many Many, Thanks
Sebastian

On 28 oct, 06:23, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> On Sun, 2007-10-28 at 20:18 +1100, Malcolm Tredinnick wrote:
> > On Sun, 2007-10-28 at 08:43 +, [EMAIL PROTECTED] wrote:
> > > Hi Malcolm
> > >   In my design i have a class called publication, that behaves
> > > different depending on the "state", so i have an state hierarchy that
> > > implement via polymorphism the different ways the publication behaves.
> > >   I have been reading the djangobook and searching the net, looking a
> > > way to implement this without lucky. Maybe i'm asking something a lot
> > > trivial, sorry me if that is the case.
>
> > You can simulate inheritance by using foreign keys or one to one keys.
> > For example:
>
> > class Parent(models.Model):
> > some_data = ...
> > 
>
> > class Child(models.Model):
> > parent = models.ForeignKey(parent, unique=True)
> > ...
>
> I forgot to mention the alternative: storing complex object-oriented
> hierarchies in SQL databases is officially a Hard Problem. It's just not
> a natural fit for all cases. So turn your problem around a bit and don't
> get stuck on one particular modelling method. Instead of storing the
> classes directly like this, try to think of a way to flatten your
> collection of classes. For example, if all of you "state nodes" can be
> stored in a single model somehow, then you only need to store, in
> addition to these models, the state transitions.
>
> Remember, state machines existed long before object-oriented
> programming. There are other ways to represent the same information
> without needing polymorphism and this might lead you to a more natural
> representation.
>
> Regards,
> Malcolm
>
> --
> The cost of feathers has risen; even down is 
> up!http://www.pointy-stick.com/blog/


--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---