Author: adrian
Date: 2007-09-10 23:25:55 -0500 (Mon, 10 Sep 2007)
New Revision: 6092
Modified:
django/trunk/django/core/management/commands/runfcgi.py
Log:
Updated runfcgi management command to include 'subcommand' argument to usage()
Modified: django/trunk/django/core/management/commands/runfcgi.py
===================================================================
--- django/trunk/django/core/management/commands/runfcgi.py 2007-09-11
04:24:35 UTC (rev 6091)
+++ django/trunk/django/core/management/commands/runfcgi.py 2007-09-11
04:25:55 UTC (rev 6092)
@@ -15,6 +15,6 @@
from django.core.servers.fastcgi import runfastcgi
runfastcgi(args)
- def usage(self):
+ def usage(self, subcommand):
from django.core.servers.fastcgi import FASTCGI_HELP
return FASTCGI_HELP
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---