Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Ilias Lazaridis
Kenneth Gonsalves wrote: > > On 01-Jun-06, at 12:28 AM, [EMAIL PROTECTED] wrote: > This is actually one of the accepted Summer of Code projects for Django, so the best answer is perhaps to way until the end of the summer to see what happens with it. >>> I cannot wait so long and a

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Ilias Lazaridis
John Melesky wrote: > Ilias Lazaridis wrote: >> Comparing with other systems, this admin interface is one of the >> strongest points of Django. >> >> Remember that not every user is able to take all the setup barriers. > > If Django were an application intended to be used by end-users, then i >

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Kenneth Gonsalves
On 01-Jun-06, at 12:28 AM, [EMAIL PROTECTED] wrote: > >>> This is actually one of the accepted Summer of Code projects for >>> Django, so the best answer is perhaps to way until the end of the >>> summer to see what happens with it. >> >> I cannot wait so long and additionally I sense several pr

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread John Melesky
Ilias Lazaridis wrote: > Comparing with other systems, this admin interface is one of the > strongest points of Django. > > Remember that not every user is able to take all the setup barriers. If Django were an application intended to be used by end-users, then i might buy this argument. But it

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Ilias Lazaridis
James Bennett wrote: > On 5/25/06, lazaridis_com <[EMAIL PROTECTED]> wrote: >> * Replace command "django-admin.py" by "django-admin" or "django" Thanks for your reply, but the discussion has evolved a little. I had already replied to the reply of Mr. Joseph Kocherhans: http://groups.google.com/

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread James Bennett
On 5/25/06, lazaridis_com <[EMAIL PROTECTED]> wrote: > * Replace command "django-admin.py" by "django-admin" or "django" Naming it 'django' would likely cause confusion, leading users to believe that it runs an entire Django-powered site. There is a web server built in to it, but this web server

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Ilias Lazaridis
Tom Tobin wrote: > On 5/31/06, Ilias Lazaridis <[EMAIL PROTECTED]> wrote: >> Jacob Kaplan-Moss wrote: >>> On May 25, 2006, at 11:27 AM, lazaridis_com wrote: >>> At this point, Django's persistency layer seems intresting, but the evaluation uncovered a few weaknesses, most importantly the

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Ilias Lazaridis
[EMAIL PROTECTED] wrote: >>> This is actually one of the accepted Summer of Code projects for >>> Django, so the best answer is perhaps to way until the end of the >>> summer to see what happens with it. >> I cannot wait so long and additionally I sense several problems for the >> SoC project: >>

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread public
>> This is actually one of the accepted Summer of Code projects for >> Django, so the best answer is perhaps to way until the end of the >> summer to see what happens with it. > > I cannot wait so long and additionally I sense several problems for the > SoC project: > > http://case.lazaridis.com/m

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Tom Tobin
On 5/31/06, Ilias Lazaridis <[EMAIL PROTECTED]> wrote: > > Jacob Kaplan-Moss wrote: > > On May 25, 2006, at 11:27 AM, lazaridis_com wrote: > > > >> At this point, Django's persistency layer seems intresting, but the > >> evaluation uncovered a few weaknesses, most importantly the lack of > >> sche

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Ilias Lazaridis
Jacob Kaplan-Moss wrote: > On May 25, 2006, at 11:27 AM, lazaridis_com wrote: > >> At this point, Django's persistency layer seems intresting, but the >> evaluation uncovered a few weaknesses, most importantly the lack of >> schema evolution support: > > This is actually one of the accepted Summ

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-26 Thread Ilias Lazaridis
Joseph Kocherhans wrote: > On 5/25/06, lazaridis_com <[EMAIL PROTECTED]> wrote: >> At this point, Django's persistency layer seems intresting, but the >> evaluation uncovered a few weaknesses, most importantly the lack of >> schema evolution support: >> >> http://case.lazaridis.com/multi/wiki/Djan

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread Kenneth Gonsalves
On Friday 26 May 2006 8:14 am, Eugene Lazutkin wrote: > > This is actually one of the accepted Summer of Code projects > > for   Django, so the best answer is perhaps to way until the > > end of the summer to see what happens with it. > > ...or he can discuss it with Derek Anderson (the student) a

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread Eugene Lazutkin
Jacob Kaplan-Moss wrote: > >> schema evolution support: > > This is actually one of the accepted Summer of Code projects for > Django, so the best answer is perhaps to way until the end of the > summer to see what happens with it. ...or he can discuss it with Derek Anderson (the student) an

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread Derek Anderson
and i would be said SoC applicant. :) Kenneth Gonsalves wrote: > On Thursday 25 May 2006 10:43 pm, Joseph Kocherhans wrote: >> Schema evolution support has already been discussed at length. >> See: http://code.djangoproject.com/wiki/SchemaEvolution but it's >> not implemented yet. > > there is

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread Kenneth Gonsalves
On Thursday 25 May 2006 10:43 pm, Joseph Kocherhans wrote: > Schema evolution support has already been discussed at length. > See: http://code.djangoproject.com/wiki/SchemaEvolution but it's > not implemented yet. there is a django soc project for this -- regards kg http://www.livejournal.com/

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread Jacob Kaplan-Moss
On May 25, 2006, at 11:27 AM, lazaridis_com wrote: > At this point, Django's persistency layer seems intresting, but the > evaluation uncovered a few weaknesses, most importantly the lack of > schema evolution support: This is actually one of the accepted Summer of Code projects for Django, so

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread Joseph Kocherhans
On 5/25/06, lazaridis_com <[EMAIL PROTECTED]> wrote: > > At this point, Django's persistency layer seems intresting, but the > evaluation uncovered a few weaknesses, most importantly the lack of > schema evolution support: > > http://case.lazaridis.com/multi/wiki/DjangoProductEvaluation Schema ev

[AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread lazaridis_com
For a long term project, I am selecting a python based persistency system: http://case.lazaridis.com/multi/wiki/Persist At this point, Django's persistency layer seems intresting, but the evaluation uncovered a few weaknesses, most importantly the lack of schema evolution support: http://case.l