Re: I need django-evolution app

2010-04-27 Thread Shawn Milochik
On Apr 27, 2010, at 3:10 PM, Anand Agarwal wrote: > How does it work if i want to run the schema changes for various database > instances? > In my scenario each account has different database instance & there are > hundreds of them. I want to update schema changes in all the databases in one >

Re: I need django-evolution app

2010-04-27 Thread Anand Agarwal
How does it work if i want to run the schema changes for various database instances? In my scenario each account has different database instance & there are hundreds of them. I want to update schema changes in all the databases in one go. Regards Anand bootstraptoday

Re: I need django-evolution app

2010-04-27 Thread Shawn Milochik
The newly-released South 0.70 does. Shawn -- 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.c

Re: I need django-evolution app

2010-04-27 Thread Anand Agarwal
Hey Shwan, Does south support multidb schema updates? Regards Anand bootstraptoday On Fri, Mar 12, 2010 at 8:58 PM, Shawn Milochik wrote: > South has become the dominant DB migration tool for Django. Have a go at > that. > > http://south.aeracode.org/ > > Shawn

Re: I need django-evolution app

2010-03-12 Thread Sandra Django
Thanks friends, regards On Fri, Mar 12, 2010 at 10:28 AM, Shawn Milochik wrote: > South has become the dominant DB migration tool for Django. Have a go at > that. > > http://south.aeracode.org/ > > Shawn > > > -- > You received this message because you are subscribed to the Google Groups > "Djan

Re: I need django-evolution app

2010-03-12 Thread Shawn Milochik
South has become the dominant DB migration tool for Django. Have a go at that. http://south.aeracode.org/ Shawn -- 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 unsubscrib

I need django-evolution app

2010-03-12 Thread Sandra Django
Hi friends, I'm trying to download django-evolution app, but I can't from Cuba. Could you send to me this app for this way? Please! Thanks, Sandra -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Django evolution issue

2010-01-28 Thread Delacroy Systems
Thanks alot, I've now started using South. On Jan 29, 12:57 am, Shawn Milochik wrote: > The author of Django-evolution has stated (including at DjangoCon 2009) that > South is the best solution for this problem. > Django-evolution is unsupported and not under active devel

Re: Django evolution issue

2010-01-28 Thread Shawn Milochik
The author of Django-evolution has stated (including at DjangoCon 2009) that South is the best solution for this problem. Django-evolution is unsupported and not under active development (unless someone has forked it and I'm unaware). http://south.aeracode.org/ I'd be happy to he

Django evolution issue

2010-01-28 Thread Delacroy Systems
Hi, I am struggling to understand why Django Evolution is throwing this - so I don't know what to fix: Traceback (most recent call last): File "manage.py", line 11, in execute_manager(settings) File "c:\python25\Lib\site-packages\django\core\management \__init

Re: Django Evolution

2008-09-09 Thread Russell Keith-Magee
On Tue, Sep 9, 2008 at 6:25 PM, Greig Rapley <[EMAIL PROTECTED]> wrote: > > After upgrading to Django 1.0 I am having trouble getting django > evolution (svn) to work. I have looked on their site, and applied one > of the patches made available (for ImageField), but still no

Django Evolution

2008-09-09 Thread Greig Rapley
After upgrading to Django 1.0 I am having trouble getting django evolution (svn) to work. I have looked on their site, and applied one of the patches made available (for ImageField), but still no luck. I found a post dated September 2 from Keith saying he would update the project within a week

Re: bug in Django Evolution (was "Why PostgreSQL?")

2008-06-19 Thread bruno desthuilliers
On 19 juin, 03:32, Tim Chase <[EMAIL PROTECTED]> wrote: > > Django Evolution is a slightly different beast - Django Evolution > > isn't part of the core Django project, and if you read the FAQ, I > > don't make the claim that MySQL is equally supported under

Re: bug in Django Evolution (was "Why PostgreSQL?")

2008-06-18 Thread Tim Chase
> Django Evolution is a slightly different beast - Django Evolution > isn't part of the core Django project, and if you read the FAQ, I > don't make the claim that MySQL is equally supported under Django > Evolution - in fact, I clearly state that MySQL is a work in progre

Re: Announcing Django Evolution!

2007-11-13 Thread Nicolás Miyasato
On Nov 13, 4:08 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > Announcing Django Evolution! > > > http://code.google.com/p/django-evolution/ Good job! I hope the best for the p

Re: Announcing Django Evolution!

2007-11-13 Thread SmileyChris
On Nov 13, 8:08 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > Announcing Django Evolution! > > > http://code.google.com/p/django-evolution/ Good job, Russ and Ben! The project gets

Announcing Django Evolution!

2007-11-12 Thread Russell Keith-Magee
Announcing Django Evolution! http://code.google.com/p/django-evolution/ Django Evolution is schema evolution application for Django - that is, a Django application that helps you to update your database schema when you make changes to your Django models. Django