Files
Rasadyar_Kurdestan/cron_return_archive.py

11 lines
253 B
Python
Raw Permalink Normal View History

2026-01-18 11:59:48 +03:30
import os
import django
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "KuChicken.settings")
django.setup()
from authentication.register import return_from_archive_poultry_hatching_with_cron_job
return_from_archive_poultry_hatching_with_cron_job()