Skip to content

Commit

Permalink
Bugs resolved final
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyaksh2309 committed Nov 24, 2024
1 parent c2231e3 commit 1a92e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion socbackend/projects/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ def delete(self, request):

class BasicProjectListView(generics.ListAPIView):
permission_classes = []
upload_projects("./projects.csv")
if True:
upload_projects("./projects.csv")
queryset = Project.objects.all()
serializer_class = BasicProjectSerializer

Expand Down

0 comments on commit 1a92e02

Please sign in to comment.