3 lines
104 B
Python
3 lines
104 B
Python
from django.utils import dateparse
|
|
|
|
VALID_DATE_FOR_DELETE_INCIDENT = dateparse.parse_date("2020-07-04")
|