supprime le commentaire

This commit is contained in:
Sirius Nottin 2025-03-01 23:41:36 +01:00
parent b31b5cfdb5
commit 72f11eef14

View File

@ -71,8 +71,6 @@ INSTALLED_APPS = [
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination',
'PAGE_SIZE': 10,
# Use Django's standard `django.contrib.auth` permissions,
# or allow read-only access for unauthenticated users.
"DEFAULT_PERMISSION_CLASSES": [
"rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly",
]