diff --git a/docker_assets/run.sh b/docker_assets/run.sh index b06d5b7..4b60e58 100644 --- a/docker_assets/run.sh +++ b/docker_assets/run.sh @@ -14,7 +14,6 @@ fi python manage.py ta_envcheck python manage.py ta_connection python manage.py ta_startup -python manage.py ta_migpath # start all tasks nginx & diff --git a/tubearchivist/config/management/commands/ta_migpath.py b/tubearchivist/config/management/commands/ta_migpath.py index 05f0b76..28c9546 100644 --- a/tubearchivist/config/management/commands/ta_migpath.py +++ b/tubearchivist/config/management/commands/ta_migpath.py @@ -1,4 +1,8 @@ -"""filepath migration from v0.3.6 to v0.3.7""" +""" +filepath migration from v0.3.6 to v0.3.7 +not getting called at startup any more, to run manually if needed: +python manage.py ta_migpath +""" import json import os