Skip to content

Commit

Permalink
Merge pull request #2344 from tiangolo/dunder-main
Browse files Browse the repository at this point in the history
✨ Add support for python -m gunicorn
  • Loading branch information
tilgovi committed May 29, 2020
2 parents 6aab4de + 17e70da commit 4bed9e7
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 4bed9e7

Please sign in to comment.