update cron
This commit is contained in:
3
cron.py
3
cron.py
@@ -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,hatching_unknown_cron
|
||||
from panel.ReportingPanel.views import remove_access_token, cron_update_poultry_hatching_from_rsi
|
||||
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,4 +22,3 @@ 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()
|
||||
Reference in New Issue
Block a user