On Mon, Aug 13, 2012 at 8:33 PM, Melvyn Sopacua <[email protected]> wrote: > On 13-8-2012 1:54, Alex Gaynor wrote: > >> In my view, the current largest source of boilerplate with management >> commands is where they have to be, you have to stick them 3 directories >> deep. Writing a command itself is pretty boilerplate free. > > Ironically, this is easily fixed with a createcommand <app> <name> > management command.
IMHO, If you need a helper command to write code for you, something has already gone horribly wrong. I'll accept the existence of startproject because a default wsgi and settings file is inherently complex, but startapp, for example, should not need to exist. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
