|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
# Rest Framework configuration |
|
|
|
# Rest Framework configuration |
|
|
|
REST_FRAMEWORK = { |
|
|
|
REST_FRAMEWORK = { |
|
|
|
'DATETIME_FORMAT': "%Y-%m-%dT%H:%M:%S%z", |
|
|
|
'DATETIME_FORMAT': "%Y-%m-%dT%H:%M:%S.%f%z", |
|
|
|
# Use Django's standard `django.contrib.auth` permissions, |
|
|
|
# Use Django's standard `django.contrib.auth` permissions, |
|
|
|
# or allow read-only access for unauthenticated users. |
|
|
|
# or allow read-only access for unauthenticated users. |
|
|
|
'DEFAULT_PERMISSION_CLASSES': [ |
|
|
|
'DEFAULT_PERMISSION_CLASSES': [ |
|
|
|
|