Libove Blog

Personal Blog about anything - mostly programming, cooking and random thoughts

Weekly 2022-30

# Published: by h4kor
user_comment = get_object_or_404(
    self.user.comments,
    pk=self.kwargs["comment_pk"],
)