Re: django_evolution evolve not found

2010-02-06 Thread Shawn Milochik
No, I have no connection to South other than using and loving it. I used to do all my DB work manually, so having the Django ORM and South is like someone recognizing that and saying "Good work; we'll take it from here." Shawn -- You received this message because you are subscribed to the

Re: django_evolution evolve not found

2010-02-05 Thread Wiiboy
Shawn: Really? I'm not surprised, it had more than its fair share of bugs. Thanks for the link BTW. Is that your project? -- 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

Re: django_evolution evolve not found

2010-02-05 Thread Bill Freeman
Perchance it needs to be added to settings.INSTALLED_APPS ? On Fri, Feb 5, 2010 at 12:22 PM, gintare wrote: > I have installed django_evolution from Debian package. > It is now under /usr/lib/pyhton2.5/site-packages/django_evolution > > i also added : >  ln -s `pwd` /django-trunk/django   /usr/li

Re: django_evolution evolve not found

2010-02-05 Thread Shawn Milochik
Django evolution has been discontinued. People use South instead. http://south.aeracode.org/ If you need help with it, I'd be glad to help. 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..

django_evolution evolve not found

2010-02-05 Thread gintare
I have installed django_evolution from Debian package. It is now under /usr/lib/pyhton2.5/site-packages/django_evolution i also added : ln -s `pwd` /django-trunk/django /usr/lib/python2.5/site-packages/ django_evolution But the command 'evolve' is not recognized. I.e. i am in project "links" d