mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
dbb27734fe
- add album page store - show loaders in beforeEnter guards - show bitrate on now playing card - etc
10 lines
150 B
Bash
Executable File
10 lines
150 B
Bash
Executable File
|
|
ppath=$(poetry run which python)
|
|
|
|
$ppath manage.py
|
|
|
|
|
|
#python manage.py
|
|
|
|
# gunicorn -b 0.0.0.0:9876 --workers=4 "wsgi:create_app()" --log-level=debug
|