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