Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hipo/Django-API-Playground
/ types & classes
Types & classes
13 in github.com/Hipo/Django-API-Playground
⨍
Functions
71
◇
Types & classes
13
↓ 2 callers
Class
PrettyJSONSerializer
example/api/serializers.py:6
↓ 1 callers
Class
ExampleAPIPlayground
example/api/playgrounds.py:3
↓ 1 callers
Class
FeedbackResource
example/api/resources.py:8
↓ 1 callers
Class
ToDoResource
example/todos/resources.py:8
Class
APIPlayground
A base class that encapsulates all api browser options.
apiplayground/playground.py:14
Class
Feedback
Holds Feedback data.
apiplayground/models.py:7
Class
FeedbackAdmin
Configures admin for Feedback model.
apiplayground/admin.py:5
Class
FeedbackForm
A form that updates and creates feedbacks.
apiplayground/forms.py:8
Class
Meta
example/todos/resources.py:10
Class
Meta
example/api/resources.py:10
Class
Meta
apiplayground/forms.py:16
Class
SimpleTest
example/todos/tests.py:11
Class
ToDo
Holds To-do data
example/todos/models.py:4