ソースを参照

Feature: Add url-filed name for DRF

pull/139/head
winkidney 5年前
コミット
f9e74f2ef7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      pinry/settings/base.py

+ 1
- 1
pinry/settings/base.py ファイルの表示

@@ -150,7 +150,7 @@ REST_FRAMEWORK = {
# Use Django's standard `django.contrib.auth` permissions,
# or allow read-only access for unauthenticated users.
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly'
'rest_framework.permissions.IsAuthenticatedOrReadOnly'
],
'DEFAULT_FILTER_BACKENDS': (
'django_filters.rest_framework.DjangoFilterBackend',


読み込み中…
キャンセル
保存