mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 01:29:24 +00:00
remove migpath call at startup, #687
This commit is contained in:
@@ -14,7 +14,6 @@ fi
|
|||||||
python manage.py ta_envcheck
|
python manage.py ta_envcheck
|
||||||
python manage.py ta_connection
|
python manage.py ta_connection
|
||||||
python manage.py ta_startup
|
python manage.py ta_startup
|
||||||
python manage.py ta_migpath
|
|
||||||
|
|
||||||
# start all tasks
|
# start all tasks
|
||||||
nginx &
|
nginx &
|
||||||
|
|||||||
@@ -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 json
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user