We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e317f17 + 312e134 commit 3f7e834Copy full SHA for 3f7e834
2 files changed
apps/courses/serializers.py
@@ -54,6 +54,8 @@ class Meta:
54
fields = (
55
"id",
56
"name",
57
+ "is_from_trajectory",
58
+ "requires_subscription",
59
"who_created",
60
"file_link",
61
"quantity_of_levels",
apps/tests/courses_tests/constants.py
@@ -89,6 +89,8 @@
89
{
90
"id": 1,
91
"name": "Навык 1",
92
+ "is_from_trajectory": False,
93
+ "requires_subscription": True,
94
"who_created": "Создатель",
95
"file_link": "http://some.com/",
96
"free_access": False,
0 commit comments