mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #276 from bgilbert/patch-1
Fix subcommand name in Django run_gunicorn error message
This commit is contained in:
commit
951da38521
@ -62,7 +62,7 @@ class Command(BaseCommand):
|
||||
|
||||
def handle(self, addrport=None, *args, **options):
|
||||
if args:
|
||||
raise CommandError('Usage is runserver %s' % self.args)
|
||||
raise CommandError('Usage is run_gunicorn %s' % self.args)
|
||||
|
||||
if addrport:
|
||||
options['bind'] = addrport
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user