mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 20:29:36 +00:00
fix appconfig migration at startup
This commit is contained in:
@@ -42,6 +42,7 @@ class Command(BaseCommand):
|
|||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
"""run all commands"""
|
"""run all commands"""
|
||||||
self.stdout.write(TOPIC)
|
self.stdout.write(TOPIC)
|
||||||
|
self._mig_app_settings()
|
||||||
self._make_folders()
|
self._make_folders()
|
||||||
self._clear_redis_keys()
|
self._clear_redis_keys()
|
||||||
self._clear_tasks()
|
self._clear_tasks()
|
||||||
|
|||||||
Reference in New Issue
Block a user