mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-19 17:30:41 +00:00

- move instances to new file - import functions as modules - add docstrings to helper functions - add threaded populate() function - remove unused functions and files - add typing info to helper functions - other unremembered changes to the client
3 lines
94 B
Bash
Executable File
3 lines
94 B
Bash
Executable File
python manage.py
|
|
|
|
# gunicorn -b 0.0.0.0:9876 --workers=4 "wsgi:create_app()" --log-level=debug |