We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a391b43 commit 7eb0b49Copy full SHA for 7eb0b49
{{ cookiecutter.name }}/src/app/conf/api.py
@@ -11,8 +11,8 @@
11
"DEFAULT_FILTER_BACKENDS": ("django_filters.rest_framework.DjangoFilterBackend",),
12
"DEFAULT_PERMISSION_CLASSES": ("rest_framework.permissions.IsAuthenticatedOrReadOnly",),
13
"DEFAULT_AUTHENTICATION_CLASSES": [
14
- "rest_framework.authentication.TokenAuthentication",
15
"rest_framework_simplejwt.authentication.JWTAuthentication",
+ "rest_framework.authentication.TokenAuthentication",
16
],
17
"DEFAULT_RENDERER_CLASSES": [
18
"app.api.renderers.AppJSONRenderer",
0 commit comments