update cron

This commit is contained in:
2026-01-19 20:33:28 +03:30
parent 0aaf646d23
commit 083e5bd5c2

View File

@@ -8,7 +8,7 @@ django.setup()
from authentication.register import update_chicken_age_from_login, fix_duplicate_order_code_new_cron, \
add_free_bar_to_warehouse_cron, add_free_bar_to_warehouse_automatic_type_cron
from panel.ReportingPanel.views import remove_access_token, cron_update_poultry_hatching_from_rsi
from panel.ReportingPanel.views import remove_access_token, cron_update_poultry_hatching_from_rsi,hatching_unknown_cron
from ticket.views import closed_unread_ticket_cron
from authentication.sms_management import send_sms_for_blocked_kill_houses_endpoint_cron, \
send_kill_house_debt_report_pdf_sms
@@ -22,3 +22,4 @@ add_free_bar_to_warehouse_cron()
add_free_bar_to_warehouse_automatic_type_cron()
send_sms_for_blocked_kill_houses_endpoint_cron()
send_kill_house_debt_report_pdf_sms()
hatching_unknown_cron()