Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii-Chubur committed Jan 7, 2025
1 parent 54028e0 commit edba368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cinema/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class MovieSessionListSerializer(serializers.ModelSerializer):
cinema_hall_capacity = serializers.IntegerField(
source="cinema_hall.capacity", read_only=True
)

class Meta:
model = MovieSession
fields = ("id",
Expand Down

0 comments on commit edba368

Please sign in to comment.