wklejamy.pl website for sale. You are interested in. Please contact. wklejamy@gmail.com
Click to buy coffe
Untitled
Guest 626 15th Jun, 2022
from django.core.management.base import BaseCommand
from django.utils.timezone import localdate
from task.models import Task
class Command(BaseCommand):
def handle(self, *args, **kwargs):
today = localdate()
tasks = Task.objects.all()
for task in tasks:
if today > task.date:
task.action = "Suspend"
task.save()
To share this paste please copy this url and send to your friends
RAW Paste Data