update excel
This commit is contained in:
@@ -6,7 +6,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "HaChickenStore.settings")
|
||||
django.setup()
|
||||
from panel.ReportingPanel.views import cron_find_gid_code, get_gid_out_province_cron_job, hatching_unknown_cron
|
||||
from panel.KillHouse.helpers import create_kill_house_free_bar_cron
|
||||
from authentication.register import add_to_warehouse, fix_duplicate_order_code_cron
|
||||
from authentication.register import add_to_warehouse, fix_duplicate_order_code_cron, archive_unknown_hatching_cron
|
||||
from bot_eata import daily_report_for_each_vet_farm_cron
|
||||
from panel.excel_processing import test_all_excel_functions_cron
|
||||
|
||||
@@ -18,3 +18,4 @@ fix_duplicate_order_code_cron()
|
||||
daily_report_for_each_vet_farm_cron()
|
||||
test_all_excel_functions_cron()
|
||||
hatching_unknown_cron()
|
||||
archive_unknown_hatching_cron()
|
||||
|
||||
Reference in New Issue
Block a user