diff --git a/webstrom/settings.py b/webstrom/settings.py index 9d6c95af..1ffca093 100644 --- a/webstrom/settings.py +++ b/webstrom/settings.py @@ -109,7 +109,6 @@ 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework.authentication.SessionAuthentication', ), - 'DATETIME_FORMAT': "%d.%m.%Y %H:%M:%S", 'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema' }