funkwhale/api/funkwhale_api/common/management/commands
jo 14b5e137bd
feat: prefer using the funkwhale-manage entrypoint
This replaces `poetry run python3 manage.py` with `venv/bin/funkwhale-manage`.

Command running `venv/bin/funkwhale-manage` assume the current working directory is `/srv/funkwhale` on common deployments.

In the funkwhale api docker image, the funwhale-manage command line
interface is available globally.
2023-01-16 02:11:07 +01:00
..
__init__.py See #152: added management command to execute one-time migration scripts 2018-05-18 22:18:03 +02:00
gitpod.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
load_test_data.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
makemigrations.py Fix #685: Disable makemigrations in production and misleading message when running migrate 2019-01-26 22:01:47 +01:00
migrate.py Fix #685: Disable makemigrations in production and misleading message when running migrate 2019-01-26 22:01:47 +01:00
script.py feat: prefer using the funkwhale-manage entrypoint 2023-01-16 02:11:07 +01:00