Darsh Shukla
Results
1
comments of
Darsh Shukla
```python schedule, is_created = CrontabSchedule.objects.get_or_create(minute='0',hour='0',day_of_week='*', day_of_month='27',month_of_year='*') return schedule ``` [get_or_create](https://github.com/django/django/blob/main/django/db/models/query.py#L918-L923) returns a tuple