Skip to content

Commit

Permalink
🩹 Fix: settings.py renderer 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dudtlstm committed Oct 7, 2024
1 parent 4f41eed commit 5cb367a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linenow/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
),
'EXCEPTION_HANDLER': 'utils.exceptions.custom_exception_handler',
'DEFAULT_FILTER_BACKENDS': ['django_filters.rest_framework.DjangoFilterBackend'],
'DEFAULT_RENDERER_CLASSES': (
'rest_framework.renderers.JSONRenderer',
),
}

REST_AUTH = {
Expand Down

0 comments on commit 5cb367a

Please sign in to comment.