Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codingforentrepreneurs/REST-API-Basics
/ types & classes
Types & classes
9 in github.com/codingforentrepreneurs/REST-API-Basics
⨍
Functions
23
◇
Types & classes
9
Class
BlogPost
src/postings/models.py:9
Class
BlogPostAPITestCase
src/postings/api/tests.py:18
Class
BlogPostAPIView
src/postings/api/views.py:11
Class
BlogPostRudView
src/postings/api/views.py:36
Class
BlogPostSerializer
src/postings/api/serializers.py:6
Class
IsOwnerOrReadOnly
Object-level permission to only allow owners of an object to edit it. Assumes the model instance has an `owner` attribute.
src/postings/api/permissions.py:3
Class
Meta
src/postings/api/serializers.py:8
Class
Migration
src/postings/migrations/0001_initial.py:10
Class
PostingsConfig
src/postings/apps.py:4