oncall-engine/engine/apps/public_api/constants.py
2022-06-09 09:16:10 -03:00

3 lines
104 B
Python

from django.utils import dateparse
VALID_DATE_FOR_DELETE_INCIDENT = dateparse.parse_date("2020-07-04")