mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
✨ Add support for python -m gunicorn
This commit is contained in:
parent
6aab4decde
commit
17e70dac53
7
gunicorn/__main__.py
Normal file
7
gunicorn/__main__.py
Normal file
@ -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()
|
||||
Loading…
x
Reference in New Issue
Block a user