Skip to content

Commit

Permalink
Add project_visit_count field to ProjectSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Jan 1, 2025
1 parent 279869f commit c6e5d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ProjectSerializer(serializers.ModelSerializer):
stars = serializers.IntegerField()
forks = serializers.IntegerField()
external_links = serializers.JSONField()
# project_visit_count = serializers.IntegerField()
project_visit_count = serializers.IntegerField()

class Meta:
model = Project
Expand Down

0 comments on commit c6e5d54

Please sign in to comment.