On Jan 20, 2008 12:48 PM, James Bennett <[EMAIL PROTECTED]> wrote:
>
> While looking at #5614[1] and thinking about fixing up the patch so it
> could be committed, it occurred to me that, with the infrastructure we
> now have for custom management commands, there's no real need for
> contrib/auth/create_superuser.py to exist anymore.

+1 from me. create_superuser.py is something that I know exists, but
don't use often enough to remember how to use it, so I end up having
to look at the source code every time I want to use it. Having this as
an extension command would be most useful. The approach you describe
sounds about right, too.

The only issue I can see is the backwards compatibility aspect for
those that have build scripts and the like that rely upon the old
script location. I can't say I would miss the old script if it were to
disappear, and the migration process should be fairly simple; however,
writing a new create_superuser.py script that simply invokes the new
management command should also be fairly simple to do.

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 django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to