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