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

11
cron_then_am.py Normal file
View File

@@ -0,0 +1,11 @@
import os
import django
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "HaChickenStore.settings")
django.setup()
from authentication.sms_management import send_daily_distribution_report_sms
send_daily_distribution_report_sms()