Re: How to add a javascript calendar to date textboxes

2007-08-08 Thread Noam Raphael
It looks great, thanks! Noam On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've done that, and it's not hard, but there's quite a few good js > datepickers out there, and on my most recent one I used one of > those gives me a bit more cont

How to add a javascript calendar to date textboxes

2007-08-07 Thread Noam
Field(widget=forms.TextInput(attrs={'class':"vDateField"})) Have a good day, Noam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: ANN: DMigrate - A Django Database Migration Tool

2007-07-18 Thread Noam Raphael
> achieving SA - django integration... > Ben > No, I haven't tried it. In the script DMigrate creates, there are SA classes which interact with the source database, and Django classes which interact with the destination database. They d

Re: ANN: DMigrate - A Django Database Migration Tool

2007-07-18 Thread Noam
modify the script in a straightforward way. And still, I'm biased. I would like to hear what others think.) Noam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Re: ANN: DMigrate - A Django Database Migration Tool

2007-07-18 Thread Noam
.name = s.name d.save() Using select statements, the code would have been much uglier, and much harder to modify, I think. Noam On Jul 18, 4:36 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 7/17/07, Noam Raphael <[EMAIL PROTECTED]> wrote: > > > I would r

ANN: DMigrate - A Django Database Migration Tool

2007-07-17 Thread Noam Raphael
p I would really like to hear what you think about it (especially if it's good things...) Tell me! Have a good day, Noam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: An idea on DB migration

2007-07-05 Thread Noam Raphael
r sure if it will exactly fit what Django expects, or if it will be efficient (Should I define some columns as indices? As relations?) If my method was available, I wouldn't have to write a single line of SQL, and I would still be able to do whatever I want. Have a good day, Noam --~--~-

Re: An idea on DB migration

2007-07-04 Thread Noam Raphael
gt; >> exist > >> yet... but it makes a good example :) > > > > I think that for this you can use "./manage.py dumpdata" and > > "./manage.py loaddata". See > > http://groups.google.com/group/django-users/msg/02f5447f41207a65 > &

Re: An idea on DB migration

2007-07-04 Thread Noam Raphael
is what Django would have issued when creating the table - not to mention relations and indices. If I don't need to know SQL to use Django, why should I need to learn SQL to modify my models? Noam --~--~-~--~~~---~--~~ You received this message because you are sub

Re: An idea on DB migration

2007-07-04 Thread Noam Raphael
yeah yeah, django/mssql doesn't exist > yet... but it makes a good example :) I think that for this you can use "./manage.py dumpdata" and "./manage.py loaddata". See http://groups.google.com/group/django-users/msg/02f5447f41207a65 Noam --~--~-~--~~

An idea on DB migration

2007-07-04 Thread Noam
ile, to create the new version of the DB as he likes. I hope I managed to explain my idea. What do you think about it? Have a good day, Noam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" g