first push

This commit is contained in:
2026-01-18 11:42:00 +03:30
commit 1704e7356b
723 changed files with 273450 additions and 0 deletions

12
cron_report.py Normal file
View File

@@ -0,0 +1,12 @@
import os
import django
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "HaChickenStore.settings")
django.setup()
from authentication.sms_management import reporting_sms
from panel.ReportingPanel.views import send_sms_for_poultry_from_age_notification
reporting_sms()
send_sms_for_poultry_from_age_notification()