fix appconfig migration at startup

This commit is contained in:
Simon
2025-01-27 17:46:58 +07:00
parent 73bd392488
commit 5dc25b081c

View File

@@ -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()