Skip to content

Commit

Permalink
#31 fix: modify migrations (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: 밍 <[email protected]>
  • Loading branch information
chaechaeis and 0321minji authored Apr 10, 2024
1 parent 4457c76 commit baa7a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def certification_register(self,profile:ReformerProfile,name:str,issuing_authori
certification.proof_document.save(file_path, ContentFile(proof_document.read()), save=False)
certification.save()


def competition_register(self,profile:ReformerProfile,name:str,organizer:str,award_date:str,proof_document:InMemoryUploadedFile):
competition=Competition(profile=profile,name=name,organizer=organizer,award_date=award_date)

Expand Down

0 comments on commit baa7a8c

Please sign in to comment.