hrezaeianzadeh / django-screen-listing

1 stars 0 forks source link

Django REST framework #5

Open parhamgh2020 opened 7 months ago

parhamgh2020 commented 7 months ago

is this a Django REST project? The "rest_framework" is missing from the INSTALLED_APPS configuration in the settings.

hrezaeianzadeh commented 7 months ago

I did not notice that but I used rest_framework classes in the implementation as you can observe. But notice this entry in settings.py: REST_FRAMEWORK = {

Use Django's standard django.contrib.auth permissions,

# or allow read-only access for unauthenticated users.
'DEFAULT_PERMISSION_CLASSES': [],
'TEST_REQUEST_DEFAULT_FORMAT': 'json'

}