Closed csp197 closed 4 months ago
This is a bit of a nitpick -- On the page https://james1345.github.io/django-rest-knox/settings/ , the value for EXPIRY_DATETIME_FORMAT is set to api_settings.DATETME_FORMAT
EXPIRY_DATETIME_FORMAT
api_settings.DATETME_FORMAT
The value should be spelled api_settings.DATETIME_FORMAT
api_settings.DATETIME_FORMAT
(There should be an I in the DATETIME_FORMAT)
I
DATETIME_FORMAT
This is a bit of a nitpick -- On the page https://james1345.github.io/django-rest-knox/settings/ , the value for
EXPIRY_DATETIME_FORMAT
is set toapi_settings.DATETME_FORMAT
The value should be spelled
api_settings.DATETIME_FORMAT
(There should be an
I
in theDATETIME_FORMAT
)