Every time this gets brought up it ends up falling apart at the 'what
should it really do' stage.
Unfortunatly given your example, 90% of what you want (urls.py with
static file handling, a media directory, building the actual model)
are things I expressly do NOT want the wizard to do for ME. (I have my
own genapp.py tool I use for creating new apps.)

I do believe this is needed in django, and maybe it should come as
part of the core, or be in the contrib, or maybe not.

The first step is to write it and host it as a third party application
and give it support.
This is a volunteer open source project after all, and while people
are interested in this feature, if no one steps up to implement it AND
support it going forward, it will not happen.
All it takes is one person to do this, and then propose its added to
the core, and it will be. This happened with ElementTree in core
python, with generic relations, and newforms in Django,

I guess I am saying, GREAT IDEA! We can figure out where/if it belongs
in django core later. Where's the code? ^_^;;;

    -Doug


On Mar 22, 12:16 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 3/22/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> > my head -- every time additions are proposed. In this case, my feeling
> > is that adding this extra functionality to management.py -- the core
> > management routines in Django -- is not the right place.
>
> I agree it doesn't belong in management.py, but I do think that if it
> can be polished up a bit it'd be a worthy addition *somewhere* in
> Django. I'm just not sure where yet... contrib is an obvious place
> (contrib.gettingstarted?), but it'd probably be too easy to miss
> there.
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to