Blog-API-with-Django-Rest-Framework
Blog-API-with-Django-Rest-Framework copied to clipboard
Blog API with Django Rest Framework
When creating a post and there's no user logged in, the result shows "Authentication credentials were not provided", something like that. When I'm trying to create a post and there's...
models.py in posts app. replace the exiting upload_location function with this code snippet. I have already ported my db to Postgres, hence I ain't making a pull request. ``` def...
I see no relationship between the post and comment am i missing something here ?
Hi, i am an audience from Youtube.When i was learning this course, i found some questions. * `Blog-API-with-Django-Rest-Framework/src/accounts/api/views.py function:post` I think it's needed check_password here. * `How can i sign...
First of all, appreciate this project. This is very helpful. As I know tags feature is essential for a blog system. Admin should be able to control (add/edit/delete) tags and...
https://github.com/tomchristie/django-rest-framework/blob/300e46a9e5798ca56f56ba231de3d3fded860551/rest_framework/fields.py#L1722 We don't need to declare the field names of SerializerMethodField instances in read_only_fields