From 97c58368c73f1c68ea08db26dfcea8d7fbb433a8 Mon Sep 17 00:00:00 2001 From: rtrembecky Date: Sun, 12 Nov 2023 10:59:01 +0100 Subject: [PATCH] remove explicit date format --- webstrom/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webstrom/settings.py b/webstrom/settings.py index d5056633..1ffca093 100644 --- a/webstrom/settings.py +++ b/webstrom/settings.py @@ -109,7 +109,6 @@ 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework.authentication.SessionAuthentication', ), - 'DATETIME_FORMAT': "%Y-%m-%dT%H:%M:%S.%fZ", 'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema' }