mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-12 14:07:24 +00:00

- 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
|