I think my refactoring of django.core.management to let each command
register its own options is complete. (Can anybody think of a good way
to test everything, other than running stuff by hand, which I've been
doing?)

I did hit a couple of issues:

1. The args for loaddata had 'fixture, fixture, ...' I thought it should
be 'fixture [fixture ...]' (without the commas) and changed it in the
patch.

2. runfcgi had its own help option for printing help. I fiddled with it
a little so that 'django-admin.py help runfcgi' prints something
consistent with what all the other commands do.

The patch (which is surprisingly puny for the mental gymnastics I feel
like I had to do) is at http://code.djangoproject.com/ticket/5369

Comments appreciated!
Todd


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to