Kaydet (Commit) a77a0235 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Updated runfcgi management command to include 'subcommand' argument to usage()

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst a291952a
......@@ -15,6 +15,6 @@ class Command(BaseCommand):
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment