fix: Change date format
This commit is contained in:
parent
cd7ef497f9
commit
b81b18ed12
@ -142,6 +142,7 @@ REST_FRAMEWORK = {
|
||||
],
|
||||
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.PageNumberPagination",
|
||||
"PAGE_SIZE": 20,
|
||||
"DATETIME_FORMAT": "%m/%d %H:%M",
|
||||
}
|
||||
|
||||
SESSION_COOKIE_HTTPONLY = False
|
||||
|
Loading…
Reference in New Issue
Block a user