MCPcopy Create free account

hub / github.com/LondonAppDeveloper/c2-recipe-app-api-2 / types & classes

Types & classes49 in github.com/LondonAppDeveloper/c2-recipe-app-api-2

↓ 8 callersClassRecipeSerializer
Serializer for recipes.
app/recipe/serializers.py:31
↓ 4 callersClassIngredientSerializer
Serializer for ingredients.
app/recipe/serializers.py:13
↓ 4 callersClassTagSerializer
Serializer for tags.
app/recipe/serializers.py:22
↓ 1 callersClassRecipeDetailSerializer
Serializer for recipe detail view.
app/recipe/serializers.py:92
↓ 1 callersClassUserManager
Manager for users.
app/core/models.py:24
ClassAdminSiteTests
Tests for Django admin.
app/core/tests/test_admin.py:10
ClassAuthTokenSerializer
Serializer for the user auth token.
app/user/serializers.py:37
ClassBaseRecipeAttrViewSet
Base viewset for recipe attributes.
app/recipe/views.py:109
ClassCalcTests
Test the calc module.
app/app/tests.py:9
ClassCommand
Django command to wait for database.
app/core/management/commands/wait_for_db.py:12
ClassCommandTests
Test commands.
app/core/tests/test_commands.py:14
ClassCoreConfig
app/core/apps.py:4
ClassCreateTokenView
Create a new auth token for user.
app/user/views.py:19
ClassCreateUserView
Create a new user in the system.
app/user/views.py:14
ClassHealthCheckTests
Test the health check API.
app/core/tests/test_health_check.py:11
ClassImageUploadTests
Tests for the image upload API.
app/recipe/tests/test_recipe_api.py:423
ClassIngredient
Ingredient for recipes.
app/core/models.py:90
ClassIngredientViewSet
Manage ingredients in the database.
app/recipe/views.py:137
ClassManageUserView
Manage the authenticated user.
app/user/views.py:25
ClassMeta
app/user/serializers.py:16
ClassMeta
app/recipe/serializers.py:16
ClassMeta
app/recipe/serializers.py:25
ClassMeta
app/recipe/serializers.py:36
ClassMeta
app/recipe/serializers.py:95
ClassMeta
app/recipe/serializers.py:102
ClassMigration
app/core/migrations/0004_auto_20210512_1535.py:8
ClassMigration
app/core/migrations/0005_recipe_image.py:7
ClassMigration
app/core/migrations/0002_recipe.py:8
ClassMigration
app/core/migrations/0003_auto_20210506_1504.py:8
ClassMigration
app/core/migrations/0001_initial.py:6
ClassModelTests
Test models.
app/core/tests/test_models.py:18
ClassPrivateIngredientsApiTests
Test authenticated API requests.
app/recipe/tests/test_ingredients_api.py:47
ClassPrivateRecipeApiTests
Test authenticated API requests.
app/recipe/tests/test_recipe_api.py:75
ClassPrivateTagsApiTests
Test authenticated API requests.
app/recipe/tests/test_tags_api.py:47
ClassPrivateUserApiTests
Test API requests that require authentication.
app/user/tests/test_user_api.py:120
ClassPublicIngredientsApiTests
Test unauthenticated API requests.
app/recipe/tests/test_ingredients_api.py:34
ClassPublicRecipeAPITests
Test unauthenticated API requests.
app/recipe/tests/test_recipe_api.py:62
ClassPublicTagsApiTests
Test unauthenticated API requests.
app/recipe/tests/test_tags_api.py:34
ClassPublicUserApiTests
Test the public features of the user API.
app/user/tests/test_user_api.py:22
ClassRecipe
Recipe object.
app/core/models.py:59
ClassRecipeConfig
app/recipe/apps.py:4
ClassRecipeImageSerializer
Serializer for uploading images to recipes.
app/recipe/serializers.py:99
ClassRecipeViewSet
View for manage recipe APIs.
app/recipe/views.py:45
ClassTag
Tag for filtering recipes.
app/core/models.py:78
ClassTagViewSet
Manage tags in the database.
app/recipe/views.py:131
ClassUser
User in the system.
app/core/models.py:47
ClassUserAdmin
Define the admin pages for users.
app/core/admin.py:11
ClassUserConfig
app/user/apps.py:4
ClassUserSerializer
Serializer for the user object.
app/user/serializers.py:13