supprime le commentaire
This commit is contained in:
		@@ -71,8 +71,6 @@ INSTALLED_APPS = [
 | 
				
			|||||||
REST_FRAMEWORK = {
 | 
					REST_FRAMEWORK = {
 | 
				
			||||||
    'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination',
 | 
					    'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination',
 | 
				
			||||||
    'PAGE_SIZE': 10,
 | 
					    'PAGE_SIZE': 10,
 | 
				
			||||||
    # Use Django's standard `django.contrib.auth` permissions,
 | 
					 | 
				
			||||||
    # or allow read-only access for unauthenticated users.
 | 
					 | 
				
			||||||
    "DEFAULT_PERMISSION_CLASSES": [
 | 
					    "DEFAULT_PERMISSION_CLASSES": [
 | 
				
			||||||
        "rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly",
 | 
					        "rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly",
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user