Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-25 Thread Adrian Holovaty
On 2/25/06, Daniel Poelzleithner <[EMAIL PROTECTED]> wrote: > my patch is a extended version of #1371 which allows also simple > depedencies to other apps. in myapp/default_settings.py you could write > DEPENDS_ON=('somethingelse.app',) which would be automaticly appended to > INSTALLED_APPS if it

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-25 Thread Daniel Poelzleithner
Adrian Holovaty wrote: > django-admin.py startproject foo > > # generated settings file contains INSTALLED_APPS with the basics, > # such as sessions, auth, etc.. Advanced users can remove any or all of > that > # if they don't want to use it. > > python foo/manage.py synch

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Amit Upadhyay
On 2/25/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:     # generated settings file contains INSTALLED_APPS with the basics,# such as sessions, auth, etc.. Advanced users can remove any or all of that# if they don't want to use it.python foo/manage.py synchdb   # creates tables for all

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Ian Holsman
I think the syncdb thing is fantastic, and will make installations much easier! On 2/25/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 2/24/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > > Okay then; init-minimal, we had only a short time to get to know you . > > . . we'll miss you so! ::sni

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Adrian Holovaty
On 2/24/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > Okay then; init-minimal, we had only a short time to get to know you . > . . we'll miss you so! ::sniff:: :-D Well, whaddya know -- the tests *do* fail! Thanks for pointing that out. I've fixed it. Sorry I didn't notify the list here...Jacob a

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Tom Tobin
On 2/24/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > As I was creating init-minimal I thought it would actually do > something, but as I reorganized the modules, it looked more and more > like it wasn't needed at all. (I certainly thought it would be > necessary before I started though.) So

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Joseph Kocherhans
On 2/24/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > On 2/24/06, Luke Plant <[EMAIL PROTECTED]> wrote: > > > > On Friday 24 February 2006 23:36, [EMAIL PROTECTED] wrote: > > > > > magic-removal: Removed 'init-minimal', which wasn't doing anything > > > useful > > > > It seems to be used by runtests.

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Tom Tobin
On 2/24/06, Luke Plant <[EMAIL PROTECTED]> wrote: > > On Friday 24 February 2006 23:36, [EMAIL PROTECTED] wrote: > > > magic-removal: Removed 'init-minimal', which wasn't doing anything > > useful > > It seems to be used by runtests.py...was this an oversight Adrian? Yeah, that one caught me by su

Re: [Changeset] r2386 - django/branches/magic-removal/django/core

2006-02-24 Thread Luke Plant
On Friday 24 February 2006 23:36, [EMAIL PROTECTED] wrote: > magic-removal: Removed 'init-minimal', which wasn't doing anything > useful It seems to be used by runtests.py...was this an oversight Adrian? Luke -- Parenthetical remarks (however relevant) are unnecessary Luke Plant || L.Plant.9