Skip to content

Commit

Permalink
✨ Add support for python -m gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 29, 2020
1 parent 6aab4de commit 17e70da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gunicorn/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -
#
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.

from gunicorn.app.wsgiapp import run
run()

0 comments on commit 17e70da

Please sign in to comment.