Skip to content

Commit

Permalink
vaibhav1724 changes merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyaksh2309 committed Nov 23, 2024
1 parent 7a16544 commit 4fac735
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions socbackend/projects/management/commands/upload_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,4 @@ def upload_projects(csv_file_path):
project.code = str(uuid.uuid4())[:8]

no_of_projects = data.__len__
<<<<<<< HEAD
project.save()
=======
project.save()
>>>>>>> 1748e05f5ce90e26d91fdb18e7e3dbff576f95cc

0 comments on commit 4fac735

Please sign in to comment.