1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

Fix CI (no idea of why this error happened)

This commit is contained in:
Yohann D'ANELLO 2020-03-25 00:39:40 +01:00
parent 57a01c48a8
commit 9a7f1bba21

View File

@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
from rest_framework.permissions import DjangoObjectPermissions
from .backends import PermissionBackend
SAFE_METHODS = ('HEAD', 'OPTIONS', )