mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Use gunicorn instead of Werkzeug and 32 more very minor changes (#35)
This commit is contained in:
+4
-5
@@ -1,9 +1,8 @@
|
||||
# ppath=$(poetry run which python)
|
||||
|
||||
ppath=$(poetry run which python)
|
||||
|
||||
$ppath manage.py
|
||||
|
||||
# $ppath manage.py
|
||||
|
||||
#python manage.py
|
||||
gpath=$(poetry run which gunicorn)
|
||||
|
||||
# gunicorn -b 0.0.0.0:9876 --workers=4 "wsgi:create_app()" --log-level=debug
|
||||
"$gpath" -b 0.0.0.0:9876 -w 1 --threads=4 "manage:create_app()" #--log-level=debug
|
||||
|
||||
Reference in New Issue
Block a user