Skip to content

Commit

Permalink
"solution"
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenmarkotskyi committed Dec 2, 2024
1 parent 9e3ebb8 commit b0fc6f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions cinema/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,4 @@ class Meta:

class TicketListSerializer(TicketSerializer):
movie_session = MovieSessionSerializer(read_only=True)
# movie_session = serializers.SlugRelatedField(
# read_only=True,
# slug_field="show_time",
# )
order = OrderSerializer(read_only=True)
1 change: 0 additions & 1 deletion cinema_service/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"debug_toolbar",
"rest_framework",
"cinema",
"user",
Expand Down

0 comments on commit b0fc6f9

Please sign in to comment.