Files
Rasadyar_Marzaki/cron_return_archive.py

11 lines
258 B
Python
Raw Normal View History

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