Skip to content

Commit

Permalink
Merge pull request #256 from davidncuba/patch-1
Browse files Browse the repository at this point in the history
Right spelling DATETIME
  • Loading branch information
James1345 authored Sep 27, 2021
2 parents 78e72ba + f1783bf commit 496f34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ REST_KNOX = {
'USER_SERIALIZER': 'knox.serializers.UserSerializer',
'TOKEN_LIMIT_PER_USER': None,
'AUTO_REFRESH': False,
'EXPIRY_DATETIME_FORMAT': api_settings.DATETME_FORMAT,
'EXPIRY_DATETIME_FORMAT': api_settings.DATETIME_FORMAT,
}
#...snip...
```
Expand Down

0 comments on commit 496f34d

Please sign in to comment.