first push
This commit is contained in:
11
cron_then_am.py
Normal file
11
cron_then_am.py
Normal 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()
|
||||
Reference in New Issue
Block a user